Commit e42c609b authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Fix default NSSAI for PDU session

parent fd7258c2
......@@ -3256,7 +3256,7 @@ void amf_n1::ul_nas_transport_handle(
// TODO: Only use the first one for now if there's multiple requested
// NSSAI since we don't know which slice associated with this PDU session
if (nc->allowed_nssai.size() > 0) {
snssai = nc->requestedNssai[0];
snssai = nc->allowed_nssai[0];
Logger::amf_n1().debug(
"Use first Requested S-NSSAI %s", snssai.ToString().c_str());
} else {
......
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