TED 00091526-2025 - Planning







Help Print Share
Share × Facebook X/Twitter LinkedIn Email Cancel
.ted-toolbar { display: flex; }
.ted-mini-toolbar { display: flex; margin-bottom: 22px; margin-left: auto; }
.ted-help, .ted-download, .ted-print, .ted-social-share { background: none; border: none; padding: 0; }
.ted-print { margin-left: 24px; }
.ted-social-share { margin-left: 26px; }
.ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin-right: 9px; }
.ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { font-size: 14px; line-height: 20px; color: #697188; }
.ted-download:hover { text-decoration: none; }
.ted-help:hover .ted-help__text, .ted-download:hover .ted-download__text { text-decoration: underline; }
.modal { display: none; }
#tedSocialShare .modal-dialog { margin: 100px 15px; }
#tedSocialShare .ted-modal__content { border: 1px solid #CCCCCC; border-radius: 3px; }
#tedSocialShare .ted-modal__header { background: #F5F5F5; padding: 13px 16px 10px 16px; height: unset; border: none; }
#tedSocialShare .ted-modal__title { font-size: 15px; line-height: 22px; font-weight: bold; color: #444444; }
#tedSocialShare .ted-modal__close { height: unset; font-size: 25px; }
#tedSocialShare .ted-modal__close:focus { outline: 2px solid #1454B7; outline-offset: 2px; }
#tedSocialShare .ted-modal__body { display: flex; flex-direction: column; flex-direction: row; flex-wrap: wrap; border: none; margin: 0; padding: 15px 16px 0; }
#tedSocialShare .ted-modal__footer { justify-content: flex-end; padding: 16px 15px 14px; background: #ffffff; border: none; }
#tedSocialShare .ted-modal__button { font-weight: 400; font-size: 14px; line-height: 20px; color: #444444; background: #FFFFFF; border: 1px solid #444444; border-radius: 3px; margin: 0; padding: 0; width: 100%; height: 40px; }
.ted-share-button { color: #fff; border-radius: 3px; width: 100%; height: 40px; display: inline-block; margin-bottom: 11px; text-align: center; line-height: 40px; }
.ted-share-button:hover { text-decoration: none; color: #fff; }
.ted-share-button--facebook { background: #4267B2; }
.ted-share-button--twitter { background: #1DA1F2; }
.ted-share-button--linkedin { background: #0077B5; }
.ted-share-button--email { background: #444444; }
.ted-share-button__text { font-size: 14px; line-height: 20px; margin-left: 5px; }
@media (max-width: 767px) { .ted-help__text, .ted-download__text, .ted-print__text, .ted-social-share__text { display: none; } .ted-help, .ted-download, .ted-print, .ted-social-share { display: flex; align-items: center; justify-content: center; width: 45px; height: 35px; background: #F5F5F5; border-radius: 3px; } .ted-print, .ted-social-share { margin-left: 16px; } .ted-help__icon, .ted-download__icon, .ted-print__icon, .ted-social-share__icon { margin: 0; }
.ted-print { display: none; } }
@media (min-width: 576px) { #tedSocialShare .modal-dialog { margin: 12rem auto; max-width: 450px; } #tedSocialShare .ted-modal__body { flex-direction: row; } .ted-share-button { width: 113px; margin-right: 16px; margin-bottom: 15px; } #tedSocialShare .ted-modal__footer { background: #F5F5F5; } #tedSocialShare .ted-modal__button { width: 78px; } }
@media print {
@page { margin: 1cm; padding: 0; }
html, body { margin: 0; padding: 0; font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3; }
#ted { background: #FFFFFF; }
.ted-header, .ted-search, .ted-breadcrumb, .ted-mini-toolbar, .ted-footer, .ted-footer-desktop, .ted-footer-mobile, .cadmin.control-menu-container, .ted-back-to-top__button { display: none!important; } }const configuration = {"showSocial":true,"showHelp":true,"showDownload":false,"itemSelector1":{},"showPrint":true}; const fragmentElement = document.querySelector('#fragment-7890ee64-6e0b-6f62-9191-335260f142f4'); const fragmentEntryLinkNamespace = 'xudl'; const fragmentNamespace = 'xudl'; const layoutMode = 'view';$(document).ready(function() { var constructFacebookURL = function() { var parsedFacebookURL = new URL($('.ted-share-button--facebook').attr('href')); var searchParamsFacebook = new URLSearchParams(parsedFacebookURL.search); searchParamsFacebook.set('u', window.location.href); var facebookURL = new URL(parsedFacebookURL.origin + parsedFacebookURL.pathname + '?' + searchParamsFacebook.toString()).href; $('.ted-share-button--facebook').attr('href', facebookURL); }
var constructTwitterURL = function() { var parsedTwitterURL = new URL($('.ted-share-button--twitter').attr('href')); var searchParamsTwitter = new URLSearchParams(parsedTwitterURL.search); searchParamsTwitter.set('url', window.location.href); var twitterURL = new URL(parsedTwitterURL.origin + parsedTwitterURL.pathname + '?' + searchParamsTwitter.toString()).href; $('.ted-share-button--twitter').attr('href', twitterURL); }
var constructLinkedinURL = function() { var parsedLinkedinURL = new URL($('.ted-share-button--linkedin').attr('href')); var searchParamsLinkedin = new URLSearchParams(parsedLinkedinURL.search); searchParamsLinkedin.set('url', window.location.href); var linkedinURL = new URL(parsedLinkedinURL.origin + parsedLinkedinURL.pathname + '?' + searchParamsLinkedin.toString()).href; $('.ted-share-button--linkedin').attr('href', linkedinURL); }
var constructEmailURL = function() { var parsedEmailURL = $('.ted-share-button--email').attr('href'); var arr = parsedEmailURL.split('&body')[0]; $('.ted-share-button--email').attr('href', arr + '&body=' + encodeURIComponent(window.location.href)); }
$('.ted-share-button--facebook').on('click', function(event) { event.preventDefault(); constructFacebookURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--twitter').on('click', function(event) { event.preventDefault(); constructTwitterURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--linkedin').on('click', function(event) { event.preventDefault(); constructLinkedinURL(); window.open(this.href, '_blank'); });
$('.ted-share-button--email').on('click', function(event) { event.preventDefault(); constructEmailURL(); window.open(this.href, '_self'); });
$('.ted-print').on('click', (event) => { window.print(); });
constructFacebookURL(); constructTwitterURL(); constructLinkedinURL(); constructEmailURL(); });; 00091526-2025 - Planning .fragment_24003 { }















Notice ViewDownload XMLShow the direct linksCreate an alertSend by emailRequest a translation1. Buyer2. Procedure3. Part8. Organisations (2)11. Notice informationNotice ViewSummary
TED v2 - Viewer @font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
Planning Sweden: Weapons, ammunition and associated parts A042.876/2025 RFI: Carbine and submachine gun system Sweden, Stockholms län (SE110)Buyer Buyer: The Swedish Police Authority Email: hanifa.hadziegric@polisen.se Sweden, Stockholms län (SE110), Stockholm PAR-0001: A042.876/2025 RFI: Carbine and submachine gun system Weapons, ammunition and associated parts  (35300000) Sweden, Stockholms län (SE110) Languages and formatsOfficial language (Signed PDF)BGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVPDFBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVMachine translation HTMLBGCSDADEELESENETFIFRGAHRHUITLTLVMTNLPLPTROSKSLSVNoticeOfficial language
29/2025 @font-face { font-family: 'arial-regular'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'arial-bold'; src: url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff2') format('woff2'), url('https://ted.europa.eu/o/ted2-theme/fonts/arial-bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#notice a, #summary a { color: #3D6ECF; text-decoration: none; }
#notice a:hover, #summary a:hover { color: #1454B7; }
#notice img, #summary img { vertical-align: text-bottom; }
#notice div :not([class]), #summary div :not([class]) { margin-bottom: 2px; }
/*------------------------------------*\ SECTIONS \*------------------------------------*/
#notice { padding: 1px 20px; font-size: 15px; line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary { padding: 1px 20px; font-size: 0.875rem; /* 14px */ line-height: 1.25rem; color: #444; font-family: 'arial-regular'; }
#summary .summary-section { padding-left: 20px; }
/*------------------------------------*\ CLASSES \*------------------------------------*/
#notice .header { padding-bottom: 15px; }
#notice .h2, #summary .h2 { padding-top: 8px; margin-bottom: 20px; border-bottom: 1px solid #DDD; }
#notice .section-content, #summary .section-content { margin-left: 65px; margin-bottom: 12px; }
#notice .subsection-content, #summary .subsection-content { margin-top: 12px; }
#notice .sublevel__number, #summary .sublevel__number { float: left; margin-left: -65px; width: 55px; text-align: right; }
#summary .sublevel__content { margin-top: 12px; margin-bottom: 12px; }
#notice.title, #summary .title { display: block; }
#notice .bold, #summary .bold { font-family: 'arial-bold'; }
#notice .label { margin-top: 2px; display: inline; }
#notice .line { margin-top: 2px; display: inline-block; white-space: normal; } #notice div :not([class]), #summary div { padding-bottom: 7px; }
#notice .footer { /* We mark this element as running by using the running function * to specify a named position. The name can be any valid CSS identifier. * See the @page rule below. */ position: running(footer); }
@page { margin: 5% 20px 10% 20px; @bottom-left { border-top: 1px solid #DDD; padding-top: 10px; content: element(footer); vertical-align: top; } @bottom-right { border-top: 1px solid #DDD; padding-top: 10px; content: "Page " counter(page) "/" counter(pages); vertical-align: top; } }
@page :first { margin-top: 2%; }
91526-2025 - Planning See the notice on TED website 91526-2025 91526-2025 - Planning Sweden – Weapons, ammunition and associated parts – A042.876/2025 RFI: Carbine and submachine gun system OJ S 29/2025 11/02/2025 Prior information notice or a periodic indicative notice used only for information Supplies 1. Buyer 1.1. Buyer Official name: The Swedish Police Authority Email: hanifa.hadziegric@polisen.se Legal type of the buyer: Central government authority The buyer is a contracting entity Activity of the contracting authority: Public order and safety 2. Procedure 2.1. Procedure Title: A042.876/2025 RFI: Carbine and submachine gun system Description: Request for information 2.1.1. Purpose Main nature of the contract: Supplies Main classification (cpv): 35300000 Weapons, ammunition and associated parts 2.1.2. Place of performance Country subdivision (NUTS): Stockholms län (SE110) Country: Sweden 2.1.4. General information Legal basis:  Directive 2009/81/EC 3. Part 3.1. Part technical ID: PAR-0001 Title: A042.876/2025 RFI: Carbine and submachine gun system Description: Request for information Internal identifier: A042.876/2025 3.1.1. Purpose Main nature of the contract: Supplies Main classification (cpv): 35300000 Weapons, ammunition and associated parts 3.1.2. Place of performance Country subdivision (NUTS): Stockholms län (SE110) Country: Sweden 8. Organisations 8.1. ORG-0001 Official name: The Swedish Police Authority Town: Stockholm Postcode: 10675 Country subdivision (NUTS): Stockholms län (SE110) Country: Sweden Email: hanifa.hadziegric@polisen.se Telephone: 114 114 Roles of this organisation:  Buyer 8.1. ORG-0000 Official name: Publications Office of the European Union Registration number: PUBL Town: Luxembourg Postcode: 2417 Country subdivision (NUTS): Luxembourg (LU000) Country: Luxembourg Email: ted@publications.europa.eu Telephone: +352 29291 Internet address: https://op.europa.eu Roles of this organisation:  TED eSender 11. Notice information 11.1. Notice information Notice identifier/version: 3ced2244-7310-45af-a988-3853e95f3c1b  -  01 Form type: Planning Notice type: Prior information notice or a periodic indicative notice used only for information Notice subtype: 6 Notice dispatch date: 09/02/2025 22:34:15 (UTC) Languages in which this notice is officially available: English 11.2. Publication information Notice publication number: 91526-2025 OJ S issue number: 29/2025 Publication date: 11/02/2025 Estimated date of publication of a contract notice within this procedure: 13/12/2026
Liferay.Loader.require( "ted-v2@1.0.0", function(module) { var initializer;
if (typeof module.default === 'function') { initializer = module.default; } else if (typeof module === 'function') { initializer = module; }
if (initializer) { initializer( { configuration: { portletInstance: JSON.parse('{}'), system: JSON.parse('{}') }, contextPath: '/o/ted-v2-1.0.0', portletElementId: 'js-portlet-_tedv2_INSTANCE_uefc_', portletNamespace: '_tedv2_INSTANCE_uefc_' }); } else { console.error( 'Module', 'ted-v2@1.0.0', 'is not exporting a function: cannot initialize it.'); }
});




























@media (max-width: 700px){ body .cck-container { bottom:65px; } }
CountrySweden
Procurement StatusActive

Dear customer,

The item you are trying to view, is accessible only to EPICOS subscribers. You can subscribe to EPICOS by clicking on the SUBSCRIBE button below. If you already have an active subscription with EPICOS, please LOGIN by selecting either the option below, or the respective one at the top right of the page.

Thank you,

The Epicos Team

Related Procurements

Tillväxtverket inbjuder härmed konsulter att ansöka om att få delta i ett dynamiskt inköpssystem (DIS) för att sedan kunna lämna anbud i uppdrag som avser utvärdering och analys av arbetet...
View more
Deadline: Sep 30, 2034
Inbjudan inkomma med ansökan i syfte att ingå i ett dynamiskt inköpssystem gällande rådgivning och kompetensutveckling inom Greppa Näringen,Ekologisk produktion och Ett rikt odlingslandskap.
View more
Deadline: Dec 31, 2029
Uppdraget i denna upphandling avser omhändertagande av slaggrus från Sysavsavfallskraftvärmeverk.
View more