Commit 9a0e01ed authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Add N2 SM Info

parent 311784f3
......@@ -217,6 +217,11 @@ void amf_http2_server::n1_n2_message_transfer_handler(
itti_msg->pdu_session_id =
(uint8_t) n1N2MessageTransferReqData.getPduSessionId();
itti_msg->n2sm_info_type = n1N2MessageTransferReqData.getN2InfoContainer()
.getSmInfo()
.getN2InfoContent()
.getNgapIeType()
.get_value();
// For Paging
if (n1N2MessageTransferReqData.ppiIsSet()) {
......
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