2 # lix2 conformation file
32 * Derived from the International Mobile Subscription Identity defined in TS 23.003 [19] clause 2.1 and clause 2.2.
35 tvb_len = tvb_reported_length(tvb);
37 dissect_e212_utf8_imsi(tvb, actx->pinfo, tree, offset, tvb_len);
45 * Derived from the MSISDN defined in TS 23.003 [19] clause 3.3.
48 tvb_len = tvb_reported_length(tvb);
50 //dissect_e212_utf8_imsi(tvb, actx->pinfo, tree, offset, tvb_len);
51 dissect_e164_msisdn(tvb, tree, offset, tvb_len, E164_ENC_UTF8);
56 # GTPv2 8.13 Protocol Configuration Options (PCO)
57 # Protocol Configuration Options (PCO) is transferred via GTP tunnels. The sending entity copies the value part of the
58 # PCO into the Value field of the PCO IE. The detailed coding of the PCO field from octets 5 to (n+4) shall be specified
59 # as per clause 10.5.6.3 of 3GPP TS 24.008 [5], starting with octet 3.
62 #.FN_BODY PDNProtocolConfigurationOptions/requestPCO
65 tvb_len = tvb_reported_length(tvb);
67 actx->pinfo->link_dir = P2P_DIR_UL;
68 de_sm_pco(tvb, tree, actx->pinfo, 0, tvb_len, NULL, 0);
72 #.FN_BODY PDNProtocolConfigurationOptions/requestAPCO
75 tvb_len = tvb_reported_length(tvb);
77 actx->pinfo->link_dir = P2P_DIR_UL;
78 de_sm_pco(tvb, tree, actx->pinfo, 0, tvb_len, NULL, 0);
82 #.FN_BODY PDNProtocolConfigurationOptions/requestEPCO
85 tvb_len = tvb_reported_length(tvb);
87 actx->pinfo->link_dir = P2P_DIR_UL;
88 de_sm_pco(tvb, tree, actx->pinfo, 0, tvb_len, NULL, 0);
92 #.FN_BODY PDNProtocolConfigurationOptions/responsePCO
95 tvb_len = tvb_reported_length(tvb);
97 actx->pinfo->link_dir = P2P_DIR_DL;
98 de_sm_pco(tvb, tree, actx->pinfo, 0, tvb_len, NULL, 0);
102 #.FN_BODY PDNProtocolConfigurationOptions/responseAPCO
105 tvb_len = tvb_reported_length(tvb);
107 actx->pinfo->link_dir = P2P_DIR_DL;
108 de_sm_pco(tvb, tree, actx->pinfo, 0, tvb_len, NULL, 0);
112 #.FN_BODY PDNProtocolConfigurationOptions/responseEPCO
115 tvb_len = tvb_reported_length(tvb);
117 actx->pinfo->link_dir = P2P_DIR_DL;
118 de_sm_pco(tvb, tree, actx->pinfo, 0, tvb_len, NULL, 0);
122 #.FN_BODY PDNConnectionIndicationFlags
123 proto_tree *eps_indicationFlags_tree;
127 * 8.22 User Location Info (ULI)
131 tvb_len = tvb_reported_length(tvb);
132 eps_indicationFlags_tree = proto_tree_add_subtree(tree, tvb, 0, tvb_len, ett_lix2_eps_indicationflags, NULL, "indicationFlags");
134 dissect_gtpv2_ind(tvb, actx->pinfo, eps_indicationFlags_tree, NULL, tvb_len, 0, 0, NULL);
139 IPv4Address TYPE=FT_IPv4
140 IPv6Address TYPE=FT_IPv6
141 Timestamp TYPE = FT_ABSOLUTE_TIME DISPLAY = ABSOLUTE_TIME_UTC