Technical Specification (TS)
Description
Normative 3GPP specifications defining the mobile network standards. Numbered with a dotted core (e.g. 23.207), optional letter suffix (U, dcs, ext), and 1-2 hyphenated parts. Tagged with a release token (REL-N for releases 4+, plus legacy Ph1/Ph2/UMTS/Release 2000) and a three-part version (X.Y.Z) that increases with each revision.
Syntax
3GPP identifiers use a type prefix (TS for Technical Specification, TR for Technical Report) followed by a dotted number, optional letter suffix (U, dcs, ext), 1-2 hyphenated parts, release token (REL-N, Ph1, UMTS, Release 2000), and three-part version (X.Y.Z). Default form has no publisher token; with_publisher=true adds '3GPP ' prefix.
Examples 4
Components Used
3GPP Technical Specification (TS) identifiers are composed of these elements:
Publisher
3GPP — omitted by default, added when with_publisher=true
3GPPType Prefix
TS for Technical Specification, TR for Technical Report
TSNumber
Dotted core (e.g. 23.207), kept as string to preserve leading zeros
23.207Suffix
Optional letter suffix directly after number: 'U', 'dcs', 'ext'
UParts
1-2 hyphenated parts (e.g. -1, -04-1), strings preserve zero-padding
-04-1Release
Raw release token: 'REL-4', 'Ph1', 'UMTS', 'Release 2000'
REL-4Version
Three-part version string (X.Y.Z)
2.0.0Algebraic Relations
Relations that can involve Technical Specification (TS) identifiers:
| Relation | Description | Syntax | Example |
|---|---|---|---|
| Default Form | No publisher prefix (default) | <TS|TR> <number>[<suffix>][<parts>]:<release>/<version> | TS 23.207:REL-4/2.0.0 |
| With Publisher | Publisher prefix added | 3GPP <TS|TR> <number>[<suffix>][<parts>]:<release>/<version> | 3GPP TS 23.207:REL-4/2.0.0 |
| Multi-part | Multi-part spec with hyphenated parts | <TS|TR> <number>-<part1>[-<part2>]:<release>/<version> | TS 29.198-04-1:REL-5/5.0.0 |
| Legacy Release | Pre-REL-4 release tokens | <TS|TR> <number>:<Ph1|Ph2|UMTS|Release 2000>/<version> | TR 00.01U:UMTS/3.0.0 |
URN Mapping
urn:3gpp:[type]:[number]:[release]:[version]