Commit 7957015d authored by mewburn's avatar mewburn
Browse files

r18/TS33128Payloads: fix whitespace around comments

Consistently use "-- Text" for a comment.
Add or remove blank lines around comments or groups.

No functional change.
parent 95ff23a7
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -562,7 +562,6 @@ S8HRBearerInfo ::= SEQUENCE

-- ================
-- HR LI parameters

-- ================

N9HRMessageCause ::= ENUMERATED
@@ -4106,6 +4105,7 @@ PTCAccessPolicyFailure ::= ENUMERATED
    requestUnsuccessful(1),
    requestUnknown(2)
}

-- ===============
-- IMS definitions
-- ===============
@@ -4122,6 +4122,7 @@ IMSMessage ::= SEQUENCE
    accessNetworkInformation   [7] SEQUENCE OF SIPAccessNetworkInformation OPTIONAL,
    cellularNetworkInformation [8] SEQUENCE OF SIPCellularNetworkInformation OPTIONAL
}

-- See clause 7.12.4.2.2 for details of this structure
StartOfInterceptionForActiveIMSSession ::= SEQUENCE
{
@@ -5029,7 +5030,6 @@ MMEIdentifierAssociation ::= SEQUENCE
-- Identifier Association parameters
-- =================================


MMEGroupID ::= OCTET STRING (SIZE(2))

MMECode ::= OCTET STRING (SIZE(1))
@@ -5230,7 +5230,6 @@ MDFCellSiteReport ::= SEQUENCE OF CellInformation
-- 5G EPS Interworking Parameters
-- ==============================


EMM5GMMStatus ::= SEQUENCE
{
    eMMRegStatus  [1] EMMRegStatus OPTIONAL,
@@ -6449,6 +6448,7 @@ SGSNLocationInformation ::= SEQUENCE
    ageOfLocationInformation [8] INTEGER OPTIONAL,
    userCSGInformation       [9] UserCSGInformation OPTIONAL
}

-- TS 29.172 [53], clause 7.4.57
ESMLCCellInfo ::= SEQUENCE
{
@@ -6764,6 +6764,7 @@ HorizontalWithVerticalVelocityAndUncertainty ::= SEQUENCE
}

-- The following types are described in TS 29.572 [24], table 6.1.6.3.2-1

Altitude ::= UTF8String
Angle ::= INTEGER (0..360)
UncertaintySBI ::= UTF8String
@@ -6775,7 +6776,6 @@ HorizontalSpeed ::= UTF8String
VerticalSpeed ::= UTF8String
SpeedUncertainty ::= UTF8String
BarometricPressure ::= INTEGER (30000..115000)

Uncertainty ::= INTEGER (0..127)

-- TS 29.572 [24], clause 6.1.6.3.13