Use GSUP APN as Service-Selection field

Previous the osmo-hlr always sent a wildcard APN as the only APN
which violates the spec. Further wildcard APNs aren't support
by the current Open5gs.
Since I540132ee5dcfd09f4816e02e702927e1074ca50f the osmo-hlr
supports multiple APN in the subscriber data.

Related: SYS#6391
Change-Id: I2a0af5d785ce62968f6e3952602d92cb4f37e4ab
This commit is contained in:
Alexander Couzens 2023-04-26 17:58:00 +00:00
parent 1b6291e313
commit fe79de1132
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ gsup_pdp2dia_apn(GsupPdpInfo) ->
'Max-Requested-Bandwidth-DL' = 100000000},
% The default APN Configuration shall not contain the Wildcard APN (see 3GPP TS
% 23.003 [3], clause 9.2); the default APN shall always contain an explicit APN
'Service-Selection' = "internet"%maps:get(access_point_name, GsupPdpInfo)
'Service-Selection' = maps:get(access_point_name, GsupPdpInfo)
}.
% transient (only in Experimental-Result-Code)