PSEA - Handle uknown IE, ommits the rest message length

parent 5ebfed3f
...@@ -180,6 +180,8 @@ void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_leng ...@@ -180,6 +180,8 @@ void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_leng
break; break;
default: default:
LOG_D(NAS, "PDU SESSION ESTABLISHMENT ACCEPT - Not known IE\n");
offset = msg_length;
break; break;
} }
} }
......
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