PSEA - Capture - Position of Always-on PDU Session Indication (Ommited)

parent 1b895297
...@@ -130,7 +130,11 @@ void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_leng ...@@ -130,7 +130,11 @@ void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_leng
break; break;
case IEI_ALWAYSON_PDU: /* Ommited */ case IEI_ALWAYSON_PDU: /* Ommited */
LOG_D(NAS, "PDU SESSION ESTABLISHMENT ACCEPT - Received Always-on PDU Session indication IE\n");
offset++;
psea_iei = *(buffer + offset++);
break; break;
case IEI_MAPPED_EPS: /* Ommited */ case IEI_MAPPED_EPS: /* Ommited */
break; break;
case IEI_EAP_MSG: /* Ommited */ case IEI_EAP_MSG: /* Ommited */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment