Commit cc9c8128 authored by Olaf Wenck's avatar Olaf Wenck Committed by Mark Canterbury
Browse files

TS102657 CR152 - Update RAT5Type Radio Access Types

parent 72991624
Loading
Loading
Loading
Loading
+15 −1
Original line number Original line Diff line number Diff line
@@ -3262,7 +3262,21 @@ RAT5Type ::= ENUMERATED
    nRMEO(18),
    nRMEO(18),
    nRGEO(19),
    nRGEO(19),
    nROTHERSAT(20),
    nROTHERSAT(20),
    nRREDCAP(21)
    nRREDCAP(21),
    wBEUTRANLEO(22),
    wBEUTRANMEO(23),
    wBEUTRANGEO(24),
    wBEUTRANOTHERSAT(25),
    nBIOTLEO(26),
    nBIOTMEO(27),
    nBIOTGEO(28),
    nBIOTOTHERSAT(29),
    lTEMLEO(30),
    lTEMMEO(31),
    lTEMGEO(32),
    lTEMOTHERSAT(33),
    nREREDCAP(34),
    hSPAEVOLUTION(35)
}
}


AMFID ::= SEQUENCE
AMFID ::= SEQUENCE
+14 −0
Original line number Original line Diff line number Diff line
@@ -2482,6 +2482,20 @@
            <xsd:element name="nRGEO" type="NULL"/>
            <xsd:element name="nRGEO" type="NULL"/>
            <xsd:element name="nROTHERSAT" type="NULL"/>
            <xsd:element name="nROTHERSAT" type="NULL"/>
            <xsd:element name="nRREDCAP" type="NULL"/>
            <xsd:element name="nRREDCAP" type="NULL"/>
            <xsd:element name="wBEUTRANLEO" type="NULL"/>
            <xsd:element name="wBEUTRANMEO" type="NULL"/>
            <xsd:element name="wBEUTRANGEO" type="NULL"/>
            <xsd:element name="wBEUTRANOTHERSAT" type="NULL"/>
            <xsd:element name="nBIOTLEO" type="NULL"/>
            <xsd:element name="nBIOTMEO" type="NULL"/>
            <xsd:element name="nBIOTGEO" type="NULL"/>
            <xsd:element name="nBIOTOTHERSAT" type="NULL"/>
            <xsd:element name="lTEMLEO" type="NULL"/>
            <xsd:element name="lTEMMEO" type="NULL"/>
            <xsd:element name="lTEMGEO" type="NULL"/>
            <xsd:element name="lTEMOTHERSAT" type="NULL"/>
            <xsd:element name="nREREDCAP" type="NULL"/>
            <xsd:element name="hSPAEVOLUTION" type="NULL"/>            
            <xsd:any namespace="##other" processContents="lax"/>
            <xsd:any namespace="##other" processContents="lax"/>
        </xsd:choice>
        </xsd:choice>
    </xsd:complexType>
    </xsd:complexType>