MCPcopy Create free account
hub / github.com/secdev/scapy / GTPPDUNotificationRequest

Class GTPPDUNotificationRequest

scapy/contrib/gtp.py:1051–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049
1050
1051class GTPPDUNotificationRequest(Packet):
1052 # 3GPP TS 29.060 V9.1.0 (2009-12)
1053 name = "GTP PDU Notification Request"
1054 fields_desc = [PacketListField("IE_list", [IE_IMSI(),
1055 IE_TEICP(TEICI=RandInt()),
1056 IE_EndUserAddress(PDPTypeNumber=0x21), # noqa: E501
1057 IE_AccessPointName(),
1058 IE_GSNAddress(ipv4_address="127.0.0.1"), # noqa: E501
1059 ], IE_Dispatcher)]
1060
1061
1062class GTPSupportedExtensionHeadersNotification(Packet):

Callers

nothing calls this directly

Calls 7

PacketListFieldClass · 0.90
RandIntClass · 0.90
IE_TEICPClass · 0.85
IE_EndUserAddressClass · 0.85
IE_AccessPointNameClass · 0.85
IE_GSNAddressClass · 0.85
IE_IMSIClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…