Attention is currently required from: pespin.
2 comments:
File src/osmo-hnbgw/hnbgw_l3.c:
Patch Set #3, Line 276: /* The user has not configured a PLMN, gues from the InitialUE message's LAI IE's PLMN */
guess
Done
Patch Set #3, Line 281: osmo_plmn_from_bcd(ies->lai.pLMNidentity.buf, &local_plmn);
maybe adding a log line here to let the user know we are deciding PLMN on our own here.
a log line here would say something like
Using local PLMN as indicated in RANAP InitialUE message: 001-01
and the other if-branch would say
Using local PLMN from cfg file: 001-01
Is that what you have in mind?
In general, it would be good if you could give a very specific example of what you would insert, so we don't need to ping pong on the details.
BTW another idea would be to compare the InitialUE PLMNs (there are something like four of them in there) with the PLMN from the cfg file, but i was too busy for that yet.
To view, visit change 33178. To unsubscribe, or for help writing mail filters, visit settings.