Bug #5888
openadd a second wildcard APN in S6a
0%
Description
Currently the osmo_dia2gsup is responding to a UpdateLocationRequest" on the diameter side with a
UpdateLocationAnswer with the subscriber data containing a single static entry for the APN containing internet .
UpdateLocationAnswer { [..], Subscription-Data { APN Configuration Profile { APN Configuration { [ Service Selection = "internet" ] } } } }
Since our HLR/GSUP isn't sending a correct APN list (currently only a wildcard, instead of a correct default apn and (depending on the subscriber data) also a wildcard.
An intermediate solution to be implemented by this ticket should be:
- sending 2 profiles
- one for apn "internet"
- one for wildcard
Updated by daniel about 2 months ago
See https://github.com/open5gs/open5gs/pull/652 for an (unfortunately closed) PR to support wildcard APN in open5gs
Updated by daniel about 2 months ago
fixeria would this be something you could implement since you know more erlang than I do?
Updated by fixeria about 2 months ago
Hi Daniel,
sorry for late feedback.
daniel wrote in #note-2:
fixeria would this be something you could implement since you know more erlang than I do?
I can work on that, but I am currently a bit busy with some other tasks. How urgent is this?
Updated by daniel about 1 month ago
fixeria wrote in #note-3:
Hi Daniel,
sorry for late feedback.
daniel wrote in #note-2:
fixeria would this be something you could implement since you know more erlang than I do?
I can work on that, but I am currently a bit busy with some other tasks. How urgent is this?
Well, we have a hack/workaround in place that works right now so it's not super urgent. Would be nice to clean this up eventually.