idx
int64
0
63k
question
stringlengths
61
4.03k
target
stringlengths
6
1.23k
48,300
def channelModeModifyAcknowledge ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x17 ) c = ChannelDescription2 ( ) d = ChannelMode ( ) packet = a / b / c / d return packet
CHANNEL MODE MODIFY ACKNOWLEDGE Section 9 . 1 . 6
48,301
def channelRelease ( BaRange_presence = 0 , GroupChannelDescription_presence = 0 , GroupCipherKeyNumber_presence = 0 , GprsResumption_presence = 0 , BaListPref_presence = 0 ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0xD ) c = RrCause ( ) packet = a / b / c if BaRange_presence is 1 : d = BaRangeHdr ( ieiBR = 0x73 , eightBitBR = 0x0 ) packet = packet / d if GroupChannelDescription_presence is 1 : e = GroupChannelDescriptionHdr ( ieiGCD = 0x74 , eightBitGCD = 0x0 ) packet = packet / e if GroupCipherKeyNumber_presence is 1 : f = GroupCipherKeyNumber ( ieiGCKN = 0x8 ) packet = packet / f if GprsResumption_presence is 1 : g = GprsResumptionHdr ( ieiGR = 0xC , eightBitGR = 0x0 ) packet = packet / g if BaListPref_presence is 1 : h = BaListPrefHdr ( ieiBLP = 0x75 , eightBitBLP = 0x0 ) packet = packet / h return packet
CHANNEL RELEASE Section 9 . 1 . 7
48,302
def cipheringModeCommand ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x35 ) c = RrCause ( ) d = CipherModeSettingAndcipherResponse ( ) packet = a / b / c / d return packet
CIPHERING MODE COMMAND Section 9 . 1 . 9
48,303
def cipheringModeComplete ( MobileId_presence = 0 ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x32 ) packet = a / b if MobileId_presence is 1 : c = MobileIdHdr ( ieiMI = 0x17 , eightBitMI = 0x0 ) packet = packet / c return packet
CIPHERING MODE COMPLETE Section 9 . 1 . 10
48,304
def classmarkChange ( MobileStationClassmark3_presence = 0 ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x16 ) c = MobileStationClassmark2 ( ) packet = a / b / c if MobileStationClassmark3_presence is 1 : e = MobileStationClassmark3 ( ieiMSC3 = 0x20 ) packet = packet / e return packet
CLASSMARK CHANGE Section 9 . 1 . 11
48,305
def classmarkEnquiry ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x13 ) packet = a / b return packet
CLASSMARK ENQUIRY Section 9 . 1 . 12
48,306
def configurationChangeCommand ( ChannelMode_presence = 0 , ChannelMode_presence1 = 0 , ChannelMode_presence2 = 0 , ChannelMode_presence3 = 0 , ChannelMode_presence4 = 0 , ChannelMode_presence5 = 0 , ChannelMode_presence6 = 0 , ChannelMode_presence7 = 0 ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x30 ) c = MultislotAllocation ( ) packet = a / b / c if ChannelMode_presence is 1 : d = ChannelModeHdr ( ieiCM = 0x63 , eightBitCM = 0x0 ) packet = packet / d if ChannelMode_presence1 is 1 : e = ChannelModeHdr ( ieiCM = 0x11 , eightBitCM = 0x0 ) packet = packet / e if ChannelMode_presence2 is 1 : f = ChannelModeHdr ( ieiCM = 0x13 , eightBitCM = 0x0 ) packet = packet / f if ChannelMode_presence3 is 1 : g = ChannelModeHdr ( ieiCM = 0x14 , eightBitCM = 0x0 ) packet = packet / g if ChannelMode_presence4 is 1 : h = ChannelModeHdr ( ieiCM = 0x15 , eightBitCM = 0x0 ) packet = packet / h if ChannelMode_presence5 is 1 : i = ChannelModeHdr ( ieiCM = 0x16 , eightBitCM = 0x0 ) packet = packet / i if ChannelMode_presence6 is 1 : j = ChannelModeHdr ( ieiCM = 0x17 , eightBitCM = 0x0 ) packet = packet / j if ChannelMode_presence7 is 1 : k = ChannelModeHdr ( ieiCM = 0x18 , eightBitCM = 0x0 ) packet = packet / k return packet
CONFIGURATION CHANGE COMMAND Section 9 . 1 . 12b
48,307
def configurationChangeAcknowledge ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x31 ) c = MobileId ( ) packet = a / b / c return packet
CONFIGURATION CHANGE ACKNOWLEDGE Section 9 . 1 . 12c
48,308
def frequencyRedefinition ( CellChannelDescription_presence = 0 ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x14 ) c = ChannelDescription ( ) d = MobileAllocation ( ) e = StartingTime ( ) packet = a / b / c / d / e if CellChannelDescription_presence is 1 : f = CellChannelDescriptionHdr ( ieiCCD = 0x62 , eightBitCCD = 0x0 ) packet = packet / f return packet
Frequency redefinition Section 9 . 1 . 13
48,309
def pdchAssignmentCommand ( ChannelDescription_presence = 0 , CellChannelDescription_presence = 0 , MobileAllocation_presence = 0 , StartingTime_presence = 0 , FrequencyList_presence = 0 , ChannelDescription_presence1 = 0 , FrequencyChannelSequence_presence = 0 , MobileAllocation_presence1 = 0 , PacketChannelDescription_presence = 0 , DedicatedModeOrTBF_presence = 0 ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x23 ) c = ChannelDescription ( ) packet = a / b / c if ChannelDescription_presence is 1 : d = ChannelDescriptionHdr ( ieiCD = 0x62 , eightBitCD = 0x0 ) packet = packet / d if CellChannelDescription_presence is 1 : e = CellChannelDescriptionHdr ( ieiCCD = 0x05 , eightBitCCD = 0x0 ) packet = packet / e if MobileAllocation_presence is 1 : f = MobileAllocationHdr ( ieiMA = 0x72 , eightBitMA = 0x0 ) packet = packet / f if StartingTime_presence is 1 : g = StartingTimeHdr ( ieiST = 0x7C , eightBitST = 0x0 ) packet = packet / g if FrequencyList_presence is 1 : h = FrequencyListHdr ( ieiFL = 0x19 , eightBitFL = 0x0 ) packet = packet / h if ChannelDescription_presence1 is 1 : i = ChannelDescriptionHdr ( ieiCD = 0x1C , eightBitCD = 0x0 ) packet = packet / i if FrequencyChannelSequence_presence is 1 : j = FrequencyChannelSequenceHdr ( ieiFCS = 0x1E , eightBitFCS = 0x0 ) packet = packet / j if MobileAllocation_presence1 is 1 : k = MobileAllocationHdr ( ieiMA = 0x21 , eightBitMA = 0x0 ) packet = packet / k if PacketChannelDescription_presence is 1 : l = PacketChannelDescription ( ieiPCD = 0x22 ) packet = packet / l if DedicatedModeOrTBF_presence is 1 : m = DedicatedModeOrTBFHdr ( ieiDMOT = 0x23 , eightBitDMOT = 0x0 ) packet = packet / m return packet
PDCH ASSIGNMENT COMMAND Section 9 . 1 . 13a
48,310
def gprsSuspensionRequest ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( ) c = Tlli ( ) d = RoutingAreaIdentification ( ) e = SuspensionCause ( ) packet = a / b / c / d / e return packet
GPRS SUSPENSION REQUEST Section 9 . 1 . 13b
48,311
def handoverComplete ( MobileTimeDifference_presence = 0 ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x2c ) c = RrCause ( ) packet = a / b / c if MobileTimeDifference_presence is 1 : d = MobileTimeDifferenceHdr ( ieiMTD = 0x77 , eightBitMTD = 0x0 ) packet = packet / d return packet
HANDOVER COMPLETE Section 9 . 1 . 16
48,312
def immediateAssignment ( ChannelDescription_presence = 0 , PacketChannelDescription_presence = 0 , StartingTime_presence = 0 ) : a = L2PseudoLength ( ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x3F ) d = PageModeAndDedicatedModeOrTBF ( ) packet = a / b / c / d if ChannelDescription_presence is 1 : f = ChannelDescription ( ) packet = packet / f if PacketChannelDescription_presence is 1 : g = PacketChannelDescription ( ) packet = packet / g h = RequestReference ( ) i = TimingAdvance ( ) j = MobileAllocation ( ) packet = packet / h / i / j if StartingTime_presence is 1 : k = StartingTimeHdr ( ieiST = 0x7C , eightBitST = 0x0 ) packet = packet / k l = IaRestOctets ( ) packet = packet / l return packet
IMMEDIATE ASSIGNMENT Section 9 . 1 . 18
48,313
def immediateAssignmentExtended ( StartingTime_presence = 0 ) : a = L2PseudoLength ( ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x39 ) d = PageModeAndSpareHalfOctets ( ) f = ChannelDescription ( ) g = RequestReference ( ) h = TimingAdvance ( ) i = MobileAllocation ( ) packet = a / b / c / d / f / g / h / i if StartingTime_presence is 1 : j = StartingTimeHdr ( ieiST = 0x7C , eightBitST = 0x0 ) packet = packet / j k = IaxRestOctets ( ) packet = packet / k return packet
IMMEDIATE ASSIGNMENT EXTENDED Section 9 . 1 . 19
48,314
def immediateAssignmentReject ( ) : a = L2PseudoLength ( l2pLength = 0x13 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x3a ) d = PageModeAndSpareHalfOctets ( ) f = RequestReference ( ) g = WaitIndication ( ) h = RequestReference ( ) i = WaitIndication ( ) j = RequestReference ( ) k = WaitIndication ( ) l = RequestReference ( ) m = WaitIndication ( ) n = IraRestOctets ( ) packet = a / b / c / d / f / g / h / i / j / k / l / m / n return packet
IMMEDIATE ASSIGNMENT REJECT Section 9 . 1 . 20
48,315
def measurementReport ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x15 ) c = MeasurementResults ( ) packet = a / b / c return packet
MEASUREMENT REPORT Section 9 . 1 . 21
48,316
def notificationResponse ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x26 ) c = MobileStationClassmark2 ( ) d = MobileId ( ) e = DescriptiveGroupOrBroadcastCallReference ( ) packet = a / b / c / d / e return packet
NOTIFICATION RESPONSE Section 9 . 1 . 21d
48,317
def rrCellChangeOrder ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x8 ) c = CellDescription ( ) d = NcModeAndSpareHalfOctets ( ) packet = a / b / c / d return packet
RR - CELL CHANGE ORDER Section 9 . 1 . 21e
48,318
def pagingRequestType1 ( MobileId_presence = 0 ) : a = L2PseudoLength ( ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x21 ) d = PageModeAndChannelNeeded ( ) f = MobileId ( ) packet = a / b / c / d / f if MobileId_presence is 1 : g = MobileIdHdr ( ieiMI = 0x17 , eightBitMI = 0x0 ) packet = packet / g h = P1RestOctets ( ) packet = packet / h return packet
PAGING REQUEST TYPE 1 Section 9 . 1 . 22
48,319
def pagingRequestType2 ( MobileId_presence = 0 ) : a = L2PseudoLength ( ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x22 ) d = PageModeAndChannelNeeded ( ) f = MobileId ( ) g = MobileId ( ) packet = a / b / c / d / f / g if MobileId_presence is 1 : h = MobileIdHdr ( ieiMI = 0x17 , eightBitMI = 0x0 ) packet = packet / h i = P2RestOctets ( ) packet = packet / i return packet
PAGING REQUEST TYPE 2 Section 9 . 1 . 23
48,320
def pagingRequestType3 ( ) : a = L2PseudoLength ( l2pLength = 0x13 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x24 ) d = PageModeAndChannelNeeded ( ) e = TmsiPTmsi ( ) f = TmsiPTmsi ( ) g = TmsiPTmsi ( ) h = TmsiPTmsi ( ) i = P3RestOctets ( ) packet = a / b / c / d / e / f / g / h / i return packet
PAGING REQUEST TYPE 3 Section 9 . 1 . 24
48,321
def pagingResponse ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x27 ) c = CiphKeySeqNrAndSpareHalfOctets ( ) d = MobileStationClassmark2 ( ) e = MobileId ( ) packet = a / b / c / d / e return packet
PAGING RESPONSE Section 9 . 1 . 25
48,322
def partialRelease ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0xa ) c = ChannelDescription ( ) packet = a / b / c return packet
PARTIAL RELEASE Section 9 . 1 . 26
48,323
def partialReleaseComplete ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0xf ) packet = a / b return packet
PARTIAL RELEASE COMPLETE Section 9 . 1 . 27
48,324
def physicalInformation ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x2d ) c = TimingAdvance ( ) packet = a / b / c return packet
PHYSICAL INFORMATION Section 9 . 1 . 28
48,325
def rrInitialisationRequest ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x3c ) c = CiphKeySeqNrAndMacModeAndChannelCodingRequest ( ) e = MobileStationClassmark2 ( ) f = Tlli ( ) g = ChannelRequestDescription ( ) h = GprsMeasurementResults ( ) packet = a / b / c / e / f / g / h return packet
RR Initialisation Request Section 9 . 1 . 28 . a
48,326
def systemInformationType1 ( ) : a = L2PseudoLength ( l2pLength = 0x15 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x19 ) d = CellChannelDescription ( ) e = RachControlParameters ( ) f = Si1RestOctets ( ) packet = a / b / c / d / e / f return packet
SYSTEM INFORMATION TYPE 1 Section 9 . 1 . 31
48,327
def systemInformationType2 ( ) : a = L2PseudoLength ( l2pLength = 0x16 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x1a ) d = NeighbourCellsDescription ( ) e = NccPermitted ( ) f = RachControlParameters ( ) packet = a / b / c / d / e / f return packet
SYSTEM INFORMATION TYPE 2 Section 9 . 1 . 32
48,328
def systemInformationType2bis ( ) : a = L2PseudoLength ( l2pLength = 0x15 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x2 ) d = NeighbourCellsDescription ( ) e = RachControlParameters ( ) f = Si2bisRestOctets ( ) packet = a / b / c / d / e / f return packet
SYSTEM INFORMATION TYPE 2bis Section 9 . 1 . 33
48,329
def systemInformationType2ter ( ) : a = L2PseudoLength ( l2pLength = 0x12 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x3 ) d = NeighbourCellsDescription2 ( ) e = Si2terRestOctets ( ) packet = a / b / c / d / e return packet
SYSTEM INFORMATION TYPE 2ter Section 9 . 1 . 34
48,330
def systemInformationType3 ( ) : a = L2PseudoLength ( l2pLength = 0x12 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x1b ) d = CellIdentity ( ) e = LocalAreaId ( ) f = ControlChannelDescription ( ) g = CellOptionsBCCH ( ) h = CellSelectionParameters ( ) i = RachControlParameters ( ) j = Si3RestOctets ( ) packet = a / b / c / d / e / f / g / h / i / j return packet
SYSTEM INFORMATION TYPE 3 Section 9 . 1 . 35
48,331
def systemInformationType4 ( ChannelDescription_presence = 0 , MobileAllocation_presence = 0 ) : a = L2PseudoLength ( ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x1C ) d = LocalAreaId ( ) e = CellSelectionParameters ( ) f = RachControlParameters ( ) packet = a / b / c / d / e / f if ChannelDescription_presence is 1 : g = ChannelDescriptionHdr ( ieiCD = 0x64 , eightBitCD = 0x0 ) packet = packet / g if MobileAllocation_presence is 1 : h = MobileAllocationHdr ( ieiMA = 0x72 , eightBitMA = 0x0 ) packet = packet / h i = Si4RestOctets ( ) packet = packet / i return packet
SYSTEM INFORMATION TYPE 4 Section 9 . 1 . 36
48,332
def systemInformationType5bis ( ) : a = L2PseudoLength ( l2pLength = 0x12 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x5 ) d = NeighbourCellsDescription ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 5bis Section 9 . 1 . 38
48,333
def systemInformationType5ter ( ) : a = L2PseudoLength ( l2pLength = 0x12 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x6 ) d = NeighbourCellsDescription2 ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 5ter Section 9 . 1 . 39
48,334
def systemInformationType6 ( ) : a = L2PseudoLength ( l2pLength = 0x0b ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x1e ) d = CellIdentity ( ) e = LocalAreaId ( ) f = CellOptionsBCCH ( ) g = NccPermitted ( ) h = Si6RestOctets ( ) packet = a / b / c / d / e / f / g return packet
SYSTEM INFORMATION TYPE 6 Section 9 . 1 . 40
48,335
def systemInformationType7 ( ) : a = L2PseudoLength ( l2pLength = 0x01 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x37 ) d = Si7RestOctets ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 7 Section 9 . 1 . 41
48,336
def systemInformationType8 ( ) : a = L2PseudoLength ( l2pLength = 0x01 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x18 ) d = Si8RestOctets ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 8 Section 9 . 1 . 42
48,337
def systemInformationType9 ( ) : a = L2PseudoLength ( l2pLength = 0x01 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x4 ) d = Si9RestOctets ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 9 Section 9 . 1 . 43
48,338
def systemInformationType13 ( ) : a = L2PseudoLength ( l2pLength = 0x00 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x0 ) d = Si13RestOctets ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 13 Section 9 . 1 . 43a
48,339
def systemInformationType16 ( ) : a = L2PseudoLength ( l2pLength = 0x01 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x3d ) d = Si16RestOctets ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 16 Section 9 . 1 . 43d
48,340
def systemInformationType17 ( ) : a = L2PseudoLength ( l2pLength = 0x01 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x3e ) d = Si17RestOctets ( ) packet = a / b / c / d return packet
SYSTEM INFORMATION TYPE 17 Section 9 . 1 . 43e
48,341
def talkerIndication ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x11 ) c = MobileStationClassmark2 ( ) d = MobileId ( ) packet = a / b / c / d return packet
TALKER INDICATION Section 9 . 1 . 44
48,342
def uplinkBusy ( ) : name = "Uplink Busy" a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x2a ) packet = a / b return packet
UPLINK BUSY Section 9 . 1 . 46
48,343
def vgcsUplinkGrant ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x9 ) c = RrCause ( ) d = RequestReference ( ) e = TimingAdvance ( ) packet = a / b / c / d / e return packet
VGCS UPLINK GRANT Section 9 . 1 . 49
48,344
def extendedMeasurementOrder ( ) : a = L2PseudoLength ( l2pLength = 0x12 ) b = TpPd ( pd = 0x6 ) c = MessageType ( mesType = 0x37 ) d = ExtendedMeasurementFrequencyList ( ) packet = a / b / c / d return packet
EXTENDED MEASUREMENT ORDER Section 9 . 1 . 51
48,345
def extendedMeasurementReport ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x36 ) c = ExtendedMeasurementResults ( ) packet = a / b / c return packet
EXTENDED MEASUREMENT REPORT Section 9 . 1 . 52
48,346
def applicationInformation ( ) : a = TpPd ( pd = 0x6 ) b = MessageType ( mesType = 0x38 ) c = ApduIDAndApduFlags ( ) e = ApduData ( ) packet = a / b / c / e return packet
APPLICATION INFORMATION Section 9 . 1 . 53
48,347
def authenticationReject ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x11 ) packet = a / b return packet
AUTHENTICATION REJECT Section 9 . 2 . 1
48,348
def authenticationRequest ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x12 ) c = CiphKeySeqNrAndSpareHalfOctets ( ) d = AuthenticationParameterRAND ( ) packet = a / b / c / d return packet
AUTHENTICATION REQUEST Section 9 . 2 . 2
48,349
def authenticationResponse ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x14 ) c = AuthenticationParameterSRES ( ) packet = a / b / c return packet
AUTHENTICATION RESPONSE Section 9 . 2 . 3
48,350
def cmReestablishmentRequest ( LocalAreaId_presence = 0 ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x28 ) c = CiphKeySeqNrAndSpareHalfOctets ( ) e = MobileStationClassmark2 ( ) f = MobileId ( ) if LocalAreaId_presence is 1 : g = LocalAreaId ( iei = 0x13 , eightbit = 0x0 ) packet = packet / g packet = a / b / c / e / f return packet
CM RE - ESTABLISHMENT REQUEST Section 9 . 2 . 4
48,351
def cmServiceAccept ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x21 ) packet = a / b return packet
CM SERVICE ACCEPT Section 9 . 2 . 5
48,352
def cmServicePrompt ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x25 ) c = PdAndSapi ( ) packet = a / b / c return packet
CM SERVICE PROMPT Section 9 . 2 . 5a
48,353
def cmServiceAbort ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x23 ) packet = a / b return packet
CM SERVICE ABORT Section 9 . 2 . 7
48,354
def abort ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x29 ) c = RejectCause ( ) packet = a / b / c return packet
ABORT Section 9 . 2 . 8
48,355
def cmServiceRequest ( PriorityLevel_presence = 0 ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x24 ) c = CmServiceTypeAndCiphKeySeqNr ( ) e = MobileStationClassmark2 ( ) f = MobileId ( ) packet = a / b / c / e / f if PriorityLevel_presence is 1 : g = PriorityLevelHdr ( ieiPL = 0x8 , eightBitPL = 0x0 ) packet = packet / g return packet
CM SERVICE REQUEST Section 9 . 2 . 9
48,356
def identityRequest ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x8 ) c = IdentityTypeAndSpareHalfOctets ( ) packet = a / b / c return packet
IDENTITY REQUEST Section 9 . 2 . 10
48,357
def imsiDetachIndication ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x1 ) c = MobileStationClassmark1 ( ) d = MobileId ( ) packet = a / b / c / d return packet
IMSI DETACH INDICATION Section 9 . 2 . 12
48,358
def locationUpdatingAccept ( MobileId_presence = 0 , FollowOnProceed_presence = 0 , CtsPermission_presence = 0 ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x02 ) c = LocalAreaId ( ) packet = a / b / c if MobileId_presence is 1 : d = MobileIdHdr ( ieiMI = 0x17 , eightBitMI = 0x0 ) packet = packet / d if FollowOnProceed_presence is 1 : e = FollowOnProceed ( ieiFOP = 0xA1 ) packet = packet / e if CtsPermission_presence is 1 : f = CtsPermissionHdr ( ieiCP = 0xA2 , eightBitCP = 0x0 ) packet = packet / f return packet
LOCATION UPDATING ACCEPT Section 9 . 2 . 13
48,359
def locationUpdatingRequest ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x8 ) c = LocationUpdatingTypeAndCiphKeySeqNr ( ) e = LocalAreaId ( ) f = MobileStationClassmark1 ( ) g = MobileId ( ) packet = a / b / c / e / f / g return packet
LOCATION UPDATING REQUEST Section 9 . 2 . 15
48,360
def mmInformation ( NetworkName_presence = 0 , NetworkName_presence1 = 0 , TimeZone_presence = 0 , TimeZoneAndTime_presence = 0 , LsaIdentifier_presence = 0 ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x32 ) packet = a / b if NetworkName_presence is 1 : c = NetworkNameHdr ( ieiNN = 0x43 , eightBitNN = 0x0 ) packet = packet / c if NetworkName_presence1 is 1 : d = NetworkNameHdr ( ieiNN = 0x45 , eightBitNN = 0x0 ) packet = packet / d if TimeZone_presence is 1 : e = TimeZoneHdr ( ieiTZ = 0x46 , eightBitTZ = 0x0 ) packet = packet / e if TimeZoneAndTime_presence is 1 : f = TimeZoneAndTimeHdr ( ieiTZAT = 0x47 , eightBitTZAT = 0x0 ) packet = packet / f if LsaIdentifier_presence is 1 : g = LsaIdentifierHdr ( ieiLI = 0x48 , eightBitLI = 0x0 ) packet = packet / g return packet
MM INFORMATION Section 9 . 2 . 15a
48,361
def tmsiReallocationCommand ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x1a ) c = LocalAreaId ( ) d = MobileId ( ) packet = a / b / c / d return packet
TMSI REALLOCATION COMMAND Section 9 . 2 . 17
48,362
def tmsiReallocationComplete ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x1b ) packet = a / b return packet
TMSI REALLOCATION COMPLETE Section 9 . 2 . 18
48,363
def mmNull ( ) : a = TpPd ( pd = 0x5 ) b = MessageType ( mesType = 0x30 ) packet = a / b return packet
MM NULL Section 9 . 2 . 19
48,364
def alertingNetToMs ( Facility_presence = 0 , ProgressIndicator_presence = 0 , UserUser_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x1 ) packet = a / b if Facility_presence is 1 : c = FacilityHdr ( ieiF = 0x1C ) packet = packet / c if ProgressIndicator_presence is 1 : d = ProgressIndicatorHdr ( ieiPI = 0x1E ) packet = packet / d if UserUser_presence is 1 : e = UserUserHdr ( ieiUU = 0x7E ) packet = packet / e return packet
ALERTING Section 9 . 3 . 1 . 1
48,365
def callConfirmed ( RepeatIndicator_presence = 0 , BearerCapability_presence = 0 , BearerCapability_presence1 = 0 , Cause_presence = 0 , CallControlCapabilities_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x8 ) packet = a / b if RepeatIndicator_presence is 1 : c = RepeatIndicatorHdr ( ieiRI = 0xD , eightBitRI = 0x0 ) packet = packet / c if BearerCapability_presence is 1 : d = BearerCapabilityHdr ( ieiBC = 0x04 , eightBitBC = 0x0 ) packet = packet / d if BearerCapability_presence1 is 1 : e = BearerCapabilityHdr ( ieiBC = 0x04 , eightBitBC = 0x0 ) packet = packet / e if Cause_presence is 1 : f = CauseHdr ( ieiC = 0x08 , eightBitC = 0x0 ) packet = packet / f if CallControlCapabilities_presence is 1 : g = CallControlCapabilitiesHdr ( ieiCCC = 0x15 , eightBitCCC = 0x0 ) packet = packet / g return packet
CALL CONFIRMED Section 9 . 3 . 2
48,366
def callProceeding ( RepeatIndicator_presence = 0 , BearerCapability_presence = 0 , BearerCapability_presence1 = 0 , Facility_presence = 0 , ProgressIndicator_presence = 0 , PriorityLevel_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x2 ) packet = a / b if RepeatIndicator_presence is 1 : c = RepeatIndicatorHdr ( ieiRI = 0xD , eightBitRI = 0x0 ) packet = packet / c if BearerCapability_presence is 1 : d = BearerCapabilityHdr ( ieiBC = 0x04 , eightBitBC = 0x0 ) packet = packet / d if BearerCapability_presence1 is 1 : e = BearerCapabilityHdr ( ieiBC = 0x04 , eightBitBC = 0x0 ) packet = packet / e if Facility_presence is 1 : f = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) packet = packet / f if ProgressIndicator_presence is 1 : g = ProgressIndicatorHdr ( ieiPI = 0x1E , eightBitPI = 0x0 ) packet = packet / g if PriorityLevel_presence is 1 : h = PriorityLevelHdr ( ieiPL = 0x80 , eightBitPL = 0x0 ) packet = packet / h return packet
CALL PROCEEDING Section 9 . 3 . 3
48,367
def congestionControl ( Cause_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x39 ) c = CongestionLevelAndSpareHalfOctets ( ) packet = a / b / c if Cause_presence is 1 : e = CauseHdr ( ieiC = 0x08 , eightBitC = 0x0 ) packet = packet / e return packet
CONGESTION CONTROL Section 9 . 3 . 4
48,368
def connectNetToMs ( Facility_presence = 0 , ProgressIndicator_presence = 0 , ConnectedNumber_presence = 0 , ConnectedSubaddress_presence = 0 , UserUser_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x7 ) packet = a / b if Facility_presence is 1 : c = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) packet = packet / c if ProgressIndicator_presence is 1 : d = ProgressIndicatorHdr ( ieiPI = 0x1E , eightBitPI = 0x0 ) packet = packet / d if ConnectedNumber_presence is 1 : e = ConnectedNumberHdr ( ieiCN = 0x4C , eightBitCN = 0x0 ) packet = packet / e if ConnectedSubaddress_presence is 1 : f = ConnectedSubaddressHdr ( ieiCS = 0x4D , eightBitCS = 0x0 ) packet = packet / f if UserUser_presence is 1 : g = UserUserHdr ( ieiUU = 0x7F , eightBitUU = 0x0 ) packet = packet / g return packet
CONNECT Section 9 . 3 . 5 . 1
48,369
def connectMsToNet ( Facility_presence = 0 , ConnectedSubaddress_presence = 0 , UserUser_presence = 0 , SsVersionIndicator_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x7 ) packet = a / b if Facility_presence is 1 : c = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) packet = packet / c if ConnectedSubaddress_presence is 1 : d = ConnectedSubaddressHdr ( ieiCS = 0x4D , eightBitCS = 0x0 ) packet = packet / d if UserUser_presence is 1 : e = UserUserHdr ( ieiUU = 0x7F , eightBitUU = 0x0 ) packet = packet / e if SsVersionIndicator_presence is 1 : f = SsVersionIndicatorHdr ( ieiSVI = 0x7F , eightBitSVI = 0x0 ) packet = packet / f return packet
CONNECT Section 9 . 3 . 5 . 2
48,370
def connectAcknowledge ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0xf ) packet = a / b return packet
CONNECT ACKNOWLEDGE Section 9 . 3 . 6
48,371
def disconnectNetToMs ( Facility_presence = 0 , ProgressIndicator_presence = 0 , UserUser_presence = 0 , AllowedActions_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x25 ) c = Cause ( ) packet = a / b / c if Facility_presence is 1 : d = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) packet = packet / d if ProgressIndicator_presence is 1 : e = ProgressIndicatorHdr ( ieiPI = 0x1E , eightBitPI = 0x0 ) packet = packet / e if UserUser_presence is 1 : f = UserUserHdr ( ieiUU = 0x7E , eightBitUU = 0x0 ) packet = packet / f if AllowedActions_presence is 1 : g = AllowedActionsHdr ( ieiAA = 0x7B , eightBitAA = 0x0 ) packet = packet / g return packet
DISCONNECT Section 9 . 3 . 7 . 1
48,372
def disconnectMsToNet ( Facility_presence = 0 , UserUser_presence = 0 , SsVersionIndicator_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x25 ) c = Cause ( ) packet = a / b / c if Facility_presence is 1 : d = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) packet = packet / d if UserUser_presence is 1 : e = UserUserHdr ( ieiUU = 0x7E , eightBitUU = 0x0 ) packet = packet / e if SsVersionIndicator_presence is 1 : f = SsVersionIndicatorHdr ( ieiSVI = 0x7F , eightBitSVI = 0x0 ) packet = packet / f return packet
Disconnect Section 9 . 3 . 7 . 2
48,373
def emergencySetup ( BearerCapability_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0xe ) packet = a / b if BearerCapability_presence is 1 : c = BearerCapabilityHdr ( ieiBC = 0x04 , eightBitBC = 0x0 ) packet = packet / c return packet
EMERGENCY SETUP Section 9 . 3 . 8
48,374
def facilityNetToMs ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x3a ) c = Facility ( ) packet = a / b / c return packet
FACILITY Section 9 . 3 . 9 . 1
48,375
def facilityMsToNet ( SsVersionIndicator_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x3a ) c = Facility ( ) packet = a / b / c if SsVersionIndicator_presence is 1 : d = SsVersionIndicatorHdr ( ieiSVI = 0x7F , eightBitSVI = 0x0 ) packet = packet / d return packet
FACILITY Section 9 . 3 . 9 . 2
48,376
def hold ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x18 ) packet = a / b return packet
HOLD Section 9 . 3 . 10
48,377
def holdAcknowledge ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x19 ) packet = a / b return packet
HOLD ACKNOWLEDGE Section 9 . 3 . 11
48,378
def modify ( LowLayerCompatibility_presence = 0 , HighLayerCompatibility_presence = 0 , ReverseCallSetupDirection_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x17 ) c = BearerCapability ( ) packet = a / b / c if LowLayerCompatibility_presence is 1 : d = LowLayerCompatibilityHdr ( ieiLLC = 0x7C , eightBitLLC = 0x0 ) packet = packet / d if HighLayerCompatibility_presence is 1 : e = HighLayerCompatibilityHdr ( ieiHLC = 0x7D , eightBitHLC = 0x0 ) packet = packet / e if ReverseCallSetupDirection_presence is 1 : f = ReverseCallSetupDirectionHdr ( ieiRCSD = 0xA3 ) packet = packet / f return packet
MODIFY Section 9 . 3 . 13
48,379
def modifyReject ( LowLayerCompatibility_presence = 0 , HighLayerCompatibility_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x13 ) c = BearerCapability ( ) d = Cause ( ) packet = a / b / c / d if LowLayerCompatibility_presence is 1 : e = LowLayerCompatibilityHdr ( ieiLLC = 0x7C , eightBitLLC = 0x0 ) packet = packet / e if HighLayerCompatibility_presence is 1 : f = HighLayerCompatibilityHdr ( ieiHLC = 0x7D , eightBitHLC = 0x0 ) packet = packet / f return packet
MODIFY REJECT Section 9 . 3 . 15
48,380
def notify ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x3e ) c = NotificationIndicator ( ) packet = a / b / c return packet
NOTIFY Section 9 . 3 . 16
48,381
def progress ( UserUser_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x3 ) c = ProgressIndicator ( ) packet = a / b / c if UserUser_presence is 1 : d = UserUserHdr ( ) packet = packet / d return packet
PROGRESS Section 9 . 3 . 17
48,382
def ccEstablishment ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x4 ) c = SetupContainer ( ) packet = a / b / c return packet
CC - ESTABLISHMENT Section 9 . 3 . 17a
48,383
def ccEstablishmentConfirmed ( RepeatIndicator_presence = 0 , BearerCapability_presence = 0 , BearerCapability_presence1 = 0 , Cause_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x6 ) packet = a / b if RepeatIndicator_presence is 1 : c = RepeatIndicatorHdr ( ieiRI = 0xD , eightBitRI = 0x0 ) packet = packet / c if BearerCapability_presence is 1 : d = BearerCapabilityHdr ( ieiBC = 0x04 , eightBitBC = 0x0 ) packet = packet / d if BearerCapability_presence1 is 1 : e = BearerCapabilityHdr ( ieiBC = 0x04 , eightBitBC = 0x0 ) packet = packet / e if Cause_presence is 1 : f = CauseHdr ( ieiC = 0x08 , eightBitC = 0x0 ) packet = packet / f return packet
CC - ESTABLISHMENT CONFIRMED Section 9 . 3 . 17b
48,384
def releaseNetToMs ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x2d ) c = CauseHdr ( ieiC = 0x08 , eightBitC = 0x0 ) d = CauseHdr ( ieiC = 0x08 , eightBitC = 0x0 ) e = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) f = UserUserHdr ( ieiUU = 0x7E , eightBitUU = 0x0 ) packet = a / b / c / d / e / f return packet
RELEASE Section 9 . 3 . 18 . 1
48,385
def recall ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0xb ) c = RecallType ( ) d = Facility ( ) packet = a / b / c / d return packet
RECALL Section 9 . 3 . 18a
48,386
def releaseCompleteNetToMs ( Cause_presence = 0 , Facility_presence = 0 , UserUser_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x2a ) packet = a / b if Cause_presence is 1 : c = CauseHdr ( ieiC = 0x08 , eightBitC = 0x0 ) packet = packet / c if Facility_presence is 1 : d = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) packet = packet / d if UserUser_presence is 1 : e = UserUserHdr ( ieiUU = 0x7E , eightBitUU = 0x0 ) packet = packet / e return packet
RELEASE COMPLETE Section 9 . 3 . 19 . 1
48,387
def releaseCompleteMsToNet ( Cause_presence = 0 , Facility_presence = 0 , UserUser_presence = 0 , SsVersionIndicator_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x2a ) packet = a / b if Cause_presence is 1 : c = CauseHdr ( ieiC = 0x08 , eightBitC = 0x0 ) packet = packet / c if Facility_presence is 1 : d = FacilityHdr ( ieiF = 0x1C , eightBitF = 0x0 ) packet = packet / d if UserUser_presence is 1 : e = UserUserHdr ( ieiUU = 0x7E , eightBitUU = 0x0 ) packet = packet / e if SsVersionIndicator_presence is 1 : f = SsVersionIndicatorHdr ( ieiSVI = 0x7F , eightBitSVI = 0x0 ) packet = packet / f return packet
RELEASE COMPLETE Section 9 . 3 . 19 . 2
48,388
def retrieve ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x1c ) packet = a / b return packet
RETRIEVE Section 9 . 3 . 20
48,389
def retrieveAcknowledge ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x1d ) packet = a / b return packet
RETRIEVE ACKNOWLEDGE Section 9 . 3 . 21
48,390
def startCc ( CallControlCapabilities_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x9 ) packet = a / b if CallControlCapabilities_presence is 1 : c = CallControlCapabilitiesHdr ( ieiCCC = 0x15 , eightBitCCC = 0x0 ) packet = paclet / c return packet
START CC Section 9 . 3 . 23a
48,391
def startDtmf ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x35 ) c = KeypadFacilityHdr ( ieiKF = 0x2C , eightBitKF = 0x0 ) packet = a / b / c return packet
START DTMF Section 9 . 3 . 24
48,392
def startDtmfReject ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x37 ) c = Cause ( ) packet = a / b / c return packet
START DTMF REJECT Section 9 . 3 . 26
48,393
def status ( AuxiliaryStates_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x3d ) c = Cause ( ) d = CallState ( ) packet = a / b / c / d if AuxiliaryStates_presence is 1 : e = AuxiliaryStatesHdr ( ieiAS = 0x24 , eightBitAS = 0x0 ) packet = packet / e return packet
STATUS Section 9 . 3 . 27
48,394
def statusEnquiry ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x34 ) packet = a / b return packet
STATUS ENQUIRY Section 9 . 3 . 28
48,395
def stopDtmf ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x31 ) packet = a / b return packet
STOP DTMF Section 9 . 3 . 29
48,396
def stopDtmfAcknowledge ( ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x32 ) packet = a / b return packet
STOP DTMF ACKNOWLEDGE Section 9 . 3 . 30
48,397
def userInformation ( MoreData_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x20 ) c = UserUser ( ) packet = a / b / c if MoreData_presence is 1 : d = MoreDataHdr ( ieiMD = 0xA0 , eightBitMD = 0x0 ) packet = packet / d return packet
USER INFORMATION Section 9 . 3 . 31
48,398
def attachRequest ( PTmsiSignature_presence = 0 , GprsTimer_presence = 0 , TmsiStatus_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x1 ) c = MsNetworkCapability ( ) d = AttachTypeAndCiphKeySeqNr ( ) f = DrxParameter ( ) g = MobileId ( ) h = RoutingAreaIdentification ( ) i = MsRadioAccessCapability ( ) packet = a / b / c / d / f / g / h / i if PTmsiSignature_presence is 1 : j = PTmsiSignature ( ieiPTS = 0x19 ) packet = packet / j if GprsTimer_presence is 1 : k = GprsTimer ( ieiGT = 0x17 ) packet = packet / k if TmsiStatus_presence is 1 : l = TmsiStatus ( ieiTS = 0x9 ) packet = packet / l return packet
ATTACH REQUEST Section 9 . 4 . 1
48,399
def attachAccept ( PTmsiSignature_presence = 0 , GprsTimer_presence = 0 , MobileId_presence = 0 , MobileId_presence1 = 0 , GmmCause_presence = 0 ) : a = TpPd ( pd = 0x3 ) b = MessageType ( mesType = 0x2 ) c = AttachResult ( ) d = ForceToStandby ( ) e = GprsTimer ( ) f = RadioPriorityAndSpareHalfOctets ( ) h = RoutingAreaIdentification ( ) packet = a / b / c / d / e / f / h if PTmsiSignature_presence is 1 : i = PTmsiSignature ( ieiPTS = 0x19 ) packet = packet / i if GprsTimer_presence is 1 : j = GprsTimer ( ieiGT = 0x17 ) packet = packet / j if MobileId_presence is 1 : k = MobileIdHdr ( ieiMI = 0x18 , eightBitMI = 0x0 ) packet = packet / k if MobileId_presence1 is 1 : l = MobileIdHdr ( ieiMI = 0x23 , eightBitMI = 0x0 ) packet = packet / l if GmmCause_presence is 1 : m = GmmCause ( ieiGC = 0x25 ) packet = packet / m return packet
ATTACH ACCEPT Section 9 . 4 . 2