PSEA - Capture - Session AMBR (Ommited)

parent 352362ac
...@@ -76,6 +76,8 @@ void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_leng ...@@ -76,6 +76,8 @@ void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_leng
qos_rule.prcd = *(buffer + offset++); qos_rule.prcd = *(buffer + offset++);
qos_rule.qfi = *(buffer + offset++); qos_rule.qfi = *(buffer + offset++);
psea_msg.sess_ambr.length = *(buffer + offset++);
offset += psea_msg.sess_ambr.length; /* Ommit the Seassion-AMBR */
return; return;
} }
\ No newline at end of file
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