Commit 8f83c097 authored by yangjian's avatar yangjian

fix paging bug

parent 6568d1d7
...@@ -232,6 +232,7 @@ void amf_n11::handle_itti_message(itti_smf_services_consumer& smf) { ...@@ -232,6 +232,7 @@ void amf_n11::handle_itti_message(itti_smf_services_consumer& smf) {
psc.get()->snssai.sD = smf.snssai.sD; psc.get()->snssai.sD = smf.snssai.sD;
psc.get()->plmn.mcc = smf.plmn.mcc; psc.get()->plmn.mcc = smf.plmn.mcc;
psc.get()->plmn.mnc = smf.plmn.mnc; psc.get()->plmn.mnc = smf.plmn.mnc;
psc.get()->plmn.tac = smf.plmn.tac;
// parse binary dnn and store // parse binary dnn and store
std::string dnn = "default"; std::string dnn = "default";
......
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