Attention is currently required from: pespin.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/33133 )
Change subject: cnpool: extract Mobile Identity from RANAP payload ......................................................................
Patch Set 2:
(1 comment)
File src/osmo-hnbgw/hnbgw_l3.c:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/33133/comment/7bf9f6b8_8b310925 PS2, Line 104: /* Old routing area identification 10.5.5.15. */
You can use gsm48_parse_ra() here, see gprs_gmm_rx_att_ack() in libosmo-gprs. […]
ack, thx. btw, i notice gsm48_parse_ra() should probably call osmo_plmn_from_bcd() instead of duplicating. it does because it's been there for a long long time