Lines Matching full:ie
99 ie = gtp.IE_list[0]
100 ie.ietype == 1 and ie.CauseValue == 128
103 ie = IE_Cause(CauseValue='IMSI not known')
104 ie.ietype == 1 and ie.CauseValue == 194
109 ie = gtp.IE_list[0]
110 ie.ietype == 2 and ie.imsi == b'2080112345670000'
113 ie = IE_IMSI(imsi='208103397660354')
114 ie.ietype == 2 and ie.imsi == b'208103397660354'
119 ie = gtp.IE_list[0]
120 ie.ietype == 3 and ie.MCC == b'234' and ie.MNC == b'02' and ie.LAC == 1234 and ie.RAC == 123
123 ie = IE_Routing(MCC='234', MNC='02', LAC=1234, RAC=123)
124 ie.ietype == 3 and ie.MCC == b'234' and ie.MNC == b'02' and ie.LAC == 1234 and ie.RAC == 123
129 ie = gtp.IE_list[0]
130 ie.ietype == 14 and ie.restart_counter == 14
133 ie = IE_Recovery(restart_counter=14)
134 ie.ietype == 14 and ie.restart_counter == 14
139 ie = gtp.IE_list[2]
140 ie.ietype == 15 and ie.SelectionMode == 252
143 ie = IE_SelectionMode(SelectionMode=252)
144 ie.ietype == 15 and ie.SelectionMode == 252
149 ie = gtp.IE_list[1]
150 ie.ietype == 16 and ie.TEIDI == 0x9a0f08ef
153 ie = IE_TEIDI(TEIDI=0x9a0f08ef)
154 ie.ietype == 16 and ie.TEIDI == 0x9a0f08ef
159 ie = gtp.IE_list[4]
160 ie.ietype == 17 and ie.TEICI == 0xba5d87ba
163 ie = IE_TEICP(TEICI=0xba5d87ba)
164 ie.ietype == 17 and ie.TEICI == 0xba5d87ba
169 ie = gtp.IE_list[0]
170 ie.ietype == 19 and ie.indicator == 255
173 ie = IE_Teardown(indicator='True')
174 ie.ietype == 19 and ie.indicator == 255
179 ie = gtp.IE_list[1]
180 ie.ietype == 20 and ie.NSAPI == 5
183 ie = IE_NSAPI(NSAPI=5)
184 ie.ietype == 20 and ie.NSAPI == 5
189 ie = gtp.IE_list[6]
190 ie.ietype == 26 and ie.normal_charging == 0 and ie.prepaid_charging == 1 and ie.flat_rate_charging …
193 ie = IE_ChargingCharacteristics(
195 ie.ietype == 26 and ie.normal_charging == 0 and ie.prepaid_charging == 1 and ie.flat_rate_charging …
198 ie = IE_TraceReference(Trace_reference=0x1212)
199 ie.ietype == 27 and ie.Trace_reference == 0x1212
202 ie = IE_TraceType(Trace_type=0x1212)
203 ie.ietype == 28 and ie.Trace_type == 0x1212
208 ie = gtp.IE_list[2]
209 ie.ietype == 127 and ie.Charging_id == 0xff1bc3f2
212 ie = IE_ChargingId(Charging_id=0xff1bc3f2)
213 ie.ietype == 127 and ie.Charging_id == 0xff1bc3f2
218 ie = gtp.IE_list[5]
219 ie.ietype == 128 and ie.length == 6 and ie.PDPTypeOrganization == 1 and ie.PDPTypeNumber == 0x21 an…
224 ie = gtp.IE_list[6]
225 ie.ietype == 128 and ie.length == 22 and ie.PDPTypeOrganization == 1 and ie.PDPTypeNumber == 0x8d a…
228 ie = IE_EndUserAddress(
230 ie.ietype == 128 and ie.length == 6 and ie.PDPTypeOrganization == 1 and ie.PDPTypeNumber == 0x21 an…
233 ie = IE_EndUserAddress(
235 ie.ietype == 128 and ie.length == 18 and ie.PDPTypeOrganization == 1 and ie.PDPTypeNumber == 0x57 a…
238 ie = IE_EndUserAddress(
240 ie.ietype == 128 and ie.length == 22 and ie.PDPTypeOrganization == 1 and ie.PDPTypeNumber == 0x8d a…
246 ie = gtp.IE_list[8]
247 ie.ietype == 131 and ie.APN == b'aaaaaa'
250 ie = IE_AccessPointName(APN='aaaaaa')
251 ie.ietype == 131 and ie.APN == b'aaaaaa'
256 ie = gtp.IE_list[9]
257 ie.ietype == 132 and ie.Protocol_Configuration == b'\x80\xc0#\x06\x01\x01\x00\x06\x00\x00\x80!\x10\…
260 ie = IE_ProtocolConfigurationOptions(
262 ie.ietype == 132 and ie.Protocol_Configuration == b'\x80\xc0#\x06\x01\x01\x00\x06\x00\x00\x80!\x10\…
267 ie = IE_GSNAddress(r)
268 ie.ietype == 133 and ie.ipv4_address == '10.42.0.1'
273 ie = IE_GSNAddress(r)
274 ie.ietype == 133 and ie.ipv6_address == 'fd01:1::1'
279 ie = gtp.IE_list[3]
280 ie.ietype == 133 and ie.ipv4_address == '10.42.0.1'
285 ie = gtp.IE_list[1]
286 ie.ietype == 133 and ie.ipv6_address == 'fd01:1::1'
289 ie = IE_GSNAddress(length=4, ipv4_address='10.42.0.1')
290 ie.ietype == 133 and ie.ipv4_address == '10.42.0.1'
293 ie = IE_GSNAddress(length=16, ipv6_address='fd01:1::1')
294 ie.ietype == 133 and ie.ipv6_address == 'fd01:1::1'
299 ie = gtp.IE_list[12]
300 ie.ietype == 134 and ie.flags == 145 and ie.digits == b'111111111111'
303 ie = IE_MSInternationalNumber(flags=145, digits='111111111111')
304 ie.ietype == 134 and ie.flags == 145 and ie.digits == b'111111111111'
309 ie = gtp.IE_list[5]
310 ie.ietype == 135 and ie.allocation_retention_prioiry == 2 and ie.delay_class == 2 and ie.traffic_cl…
313 ie = IE_QoS(allocation_retention_prioiry=2, delay_class=2, traffic_class=3, length=50)
314 ie.ietype == 135 and ie.allocation_retention_prioiry == 2 and ie.delay_class == 2 and ie.traffic_cl…
319 ie = gtp.IE_list[5]
320 ie.ietype == 148 and ie.nrsn == 1 and ie.no_qos_nego == 1 and ie.prohibit_payload_compression == 0
323 ie = IE_CommonFlags(nrsn=1, no_qos_nego=1)
324 ie.ietype == 148 and ie.nrsn == 1 and ie.no_qos_nego == 1 and ie.prohibit_payload_compression == 0
327 ie = IE_APNRestriction(restriction_type_value=12)
328 ie.ietype == 149 and ie.restriction_type_value == 12
333 ie = gtp.IE_list[6]
334 ie.ietype == 151 and ie.RAT_Type == 1
337 ie = IE_RATType(RAT_Type=1)
338 ie.ietype == 151 and ie.RAT_Type == 1
343 ie = gtp.IE_list[7]
344 ie.MCC == b'234' and ie.MNC == b'02' and ie.LAC == 1234 and ie.SAC == 1234
347 ie = IE_UserLocationInformation(MCC='234', MNC='02', LAC=1234, SAC=1234)
348 ie.ietype == 152 and ie.MCC == b'234' and ie.MNC == b'02' and ie.LAC == 1234 and ie.SAC == 1234
353 ie = gtp.IE_list[8]
354 ie.ietype == 153 and ie.timezone == 64 and ie.daylight_saving_time == 0
357 ie = IE_MSTimeZone(timezone=64)
358 ie.ietype == 153 and ie.timezone == 64 and ie.daylight_saving_time == 0
363 ie = gtp.IE_list[18] and ie.ietype == 154 and ie.IMEI == b'0132750094080322'
366 ie = IE_IMEI(IMEI='0132750094080322')
367 ie.ietype == 154 and ie.IMEI == b'0132750094080322'
370 ie = IE_MSInfoChangeReportingAction(Action=12)
371 ie.ietype == 181 and ie.Action == 12
376 ie = gtp.IE_list[9]
377 ie.ietype == 182 and ie.EI == 0 and ie.GCSI == 0 and ie.DTI == 1
380 ie = IE_DirectTunnelFlags(DTI=1)
381 ie.ietype == 182 and ie.EI == 0 and ie.GCSI == 0 and ie.DTI == 1
384 ie = IE_BearerControlMode(bearer_control_mode=1)
385 ie.ietype == 184 and ie.bearer_control_mode == 1
388 ie = IE_EvolvedAllocationRetentionPriority(PCI=1)
389 ie.ietype == 191 and ie.PCI == 1
392 ie = IE_CharginGatewayAddress()
393 assert ie.ietype == 251 and ie.ipv4_address == '127.0.0.1'
394 ie = IE_CharginGatewayAddress(length=16)
395 assert ie.ietype == 251 and ie.ipv6_address == '::1'
398 ie = IE_PrivateExtension(extention_value='hello')
399 ie.ietype == 255 and ie.extention_value == b'hello'