Bug #5888
closed
add a second wildcard APN in S6a
Added by lynxis 4 months ago.
Updated about 1 month ago.
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
fixeria would this be something you could implement since you know more erlang than I do?
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?
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.
- Status changed from New to Rejected
- % Done changed from 0 to 100
I've implemented this but Open5gs doesn't implement the wildcard APN.
I've fixed the root cause of this feature (having a configurable subscription data/APN list in osmo-hlr).
https://gerrit.osmocom.org/q/topic:multiple-apns
I'll push this commit to gerrit and mark it abandoned afterwards to have this commit laying around.
Also available in: Atom
PDF