Network Working Group | N. Humfrey |
Internet-Draft | British Broadcasting Corporation |
Intended status: Informational | December 11, 2019 |
Expires: June 13, 2020 |
URI Schemes for Broadcast Radio Services
draft-humfrey-radio-scheme-latest
This document describes Uniform Resource Identifier schemes which enable representations of broadcast radio services.
Source for this draft and an issue tracker can be found at https://github.com/bbc/draft-humfrey-radio-scheme.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
This Internet-Draft will expire on June 13, 2020.
Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.
This document uses the Augmented Backus-Naur Form (ABNF) notation of [RFC5234].
broadcast-radio-uri = amss-uri / dab-uri / drm-uri / fm-uri prefix-delimiter = ":" gcc = 3HEXDIG uatype = 3HEXDIG
AM Signalling System [ETSI.TS.102.386] URI scheme comprises only of the Service Identifier.
amss-uri = amss-prefix amss-sid amss-prefix = "amss" prefix-delimiter amss-sid = 6HEXDIG
dab-uri = dab-prefix gcc "." eid "." dab-sid "." scids [ "." uatype ] dab-prefix = "dab" prefix-delimiter dab-sid = 4HEXDIG / 8HEXDIG eid = 4HEXDIG scids = 1HEXDIG
drm-uri = drm-prefix drm-sid [ "." appdomain "." uatype ] drm-prefix = "drm" prefix-delimiter drm-sid = 6HEXDIG appdomain = 1HEXDIG
fm-uri = fm-prefix gcc "." pi "." frequency fm-prefix = "fm" prefix-delimiter pi = 4HEXDIG frequency = 5DIGIT / "*"
This document kindly requests the following existing URI Schemes be updated so their references now refer to this document:
There are no security considerations.
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC8174] | Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017. |
[EN0.50067] | "Specification of the radio data system (RDS) for VHF/FM sound broadcasting in the frequency range from 87.5 to 108.0 MHz", April 1998. |
[ETSI.EN.300.401] | "Radio Broadcasting Systems; Digital Audio Broadcasting (DAB) to mobile, portable and fixed receivers", January 2017. |
[ETSI.ES.201.980] | "Digital Radio Mondiale (DRM); System Specification", April 2017. |
[ETSI.TS.101.756] | "Digital Audio Broadcasting (DAB);Registered Tables", January 2017. |
[ETSI.TS.102.386] | "Digital Radio Mondiale (DRM); AM signalling system (AMSS)", March 2006. |
[ETSI.TS.103.270] | "RadioDNS Hybrid Radio; Hybrid lookup for radio services", May 2019. |
[ITU-R.BS.450] | "Transmission standards for FM sound broadcasting at VHF", October 2019. |
[RFC5234] | Crocker, D. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", STD 68, RFC 5234, DOI 10.17487/RFC5234, January 2008. |