open5gs/src
Supreeth Herle 6ffdce598a
Fix attach reject when ULA subscription data does not contain MSISDN (#1524)
Issue:
When the ULA - Subscription Data does not contain MSISDN, the Create Session Request
from MME to SGW does not contain MSISDN IE resulting in SMF throwing following log

smf        | 05/09 15:20:53.683: [smf] ERROR: No MSISDN (../src/smf/s5c-handler.c:82)
sgwc       | 05/09 15:20:53.683: [sgwc] ERROR: No Context in TEID (../src/sgwc/s5c-handler.c:104)
mme        | 05/09 15:20:53.683: [mme] ERROR: No Context in TEID (../src/mme/mme-s11-handler.c:122)

As per 3GPP TS 29.274 version 16.5.0, table 7.2.1-1: MSISDN IE shall only be included
in Create Session Request if its provided in subscription data from the HSS. This commit
fixes this by removing the mandatory MSISDN IE check in SMF.
2022-05-10 21:23:03 +09:00
..
amf [GTP2] Fixed handling multi-bearer messages(#1498) 2022-04-29 21:28:16 +09:00
ausf Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
bsf Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
hss Revert "Revert "Functionality for send sms with using IMS service. (#1477)"" 2022-04-09 00:45:37 +09:00
mme [GTP2] Fixed handling multi-bearer messages(#1498) 2022-04-29 21:28:16 +09:00
nrf [SBI] Change the reference count (#1440) 2022-04-10 20:09:27 +09:00
nssf Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
pcf [SBI] Change the reference count (#1440) 2022-04-10 20:09:27 +09:00
pcrf [Gy] Follow-up PRs (#1479) 2022-04-09 10:41:02 +09:00
sgwc [GTP2] Fixed handling multi-bearer messages(#1498) 2022-04-29 21:28:16 +09:00
sgwu [GTPU] Fixed to Send Unnecessary EndMarker (#1506) 2022-04-30 10:23:12 +09:00
smf Fix attach reject when ULA subscription data does not contain MSISDN (#1524) 2022-05-10 21:23:03 +09:00
udm Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
udr Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
upf [GTPU] Fixed to Send Unnecessary EndMarker (#1506) 2022-04-30 10:23:12 +09:00
main.c [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +09:00
meson.build [5GC] Added BSF(Binding Support Function) 2021-05-29 15:56:12 +09:00