Attention is currently required from: neels, pespin.
laforge 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 3:
(1 comment)
File src/osmo-hnbgw/hnbgw_l3.c:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/33133/comment/8e50f33a_2cf84930 PS2, Line 104: /* Old routing area identification 10.5.5.15. */
problem, gsm48_parse_ra() returns struct gprs_ra_id, but i want struct osmo_routing_area_id, which u […]
well, the better/clean idea would be to introduce a new gsm48_parse_ra variant that returns osmo_routing_area_id, use it here and then probably subsequently port all existing code from gprs_ra_id to the new structure?