PubIDPubID

Technical Report (TR)

IndustryTR

Description

Informative 3GPP reports covering feasibility studies, investigation results, and explanatory material that supports the normative TS documents. Same identifier shape as TS but with TR prefix. Often the precursor to a future TS — when a TR concludes that a feature is feasible, the work item is transferred to a TS.

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 3

TR 00.01U:UMTS/3.0.0
3GPP TR 21.866:REL-15/15.0.0
TR 22.891:REL-14/14.0.0

Components Used

3GPP Technical Report (TR) identifiers are composed of these elements:

Publisher

3GPP — omitted by default, added when with_publisher=true

e.g.3GPP
Type Prefix

TS for Technical Specification, TR for Technical Report

e.g.TS
:type_prefix
Number

Dotted core (e.g. 23.207), kept as string to preserve leading zeros

e.g.23.207
:number
Suffix

Optional letter suffix directly after number: 'U', 'dcs', 'ext'

e.g.U
:suffix
Parts

1-2 hyphenated parts (e.g. -1, -04-1), strings preserve zero-padding

e.g.-04-1
:parts
Release

Raw release token: 'REL-4', 'Ph1', 'UMTS', 'Release 2000'

e.g.REL-4
:release
Version

Three-part version string (X.Y.Z)

e.g.2.0.0
:version

Algebraic Relations

Relations that can involve Technical Report (TR) identifiers:

RelationDescriptionSyntaxExample
Default FormNo publisher prefix (default)<TS|TR> <number>[<suffix>][<parts>]:<release>/<version>TS 23.207:REL-4/2.0.0
With PublisherPublisher prefix added3GPP <TS|TR> <number>[<suffix>][<parts>]:<release>/<version>3GPP TS 23.207:REL-4/2.0.0
Multi-partMulti-part spec with hyphenated parts<TS|TR> <number>-<part1>[-<part2>]:<release>/<version>TS 29.198-04-1:REL-5/5.0.0
Legacy ReleasePre-REL-4 release tokens<TS|TR> <number>:<Ph1|Ph2|UMTS|Release 2000>/<version>TR 00.01U:UMTS/3.0.0

URN Mapping

Patternurn:3gpp:[type]:[number]:[release]:[version]

See Also