Attention is currently required from: pespin.
3 comments:
File src/osmo-hnbgw/hnbgw_l3.c:
Patch Set #2, Line 1: /* OsmoHNBGW implementation of CS and PS Level3 message decoding (NAS PDU */
missing ")"
Done
Patch Set #2, Line 104: /* Old routing area identification 10.5.5.15. */
ack, thx. […]
problem, gsm48_parse_ra() returns struct gprs_ra_id, but i want struct osmo_routing_area_id, which uses struct osmo_plmn_id so that I can use osmo_plmn_cmp() on it... seems we have a bit of code split.
i guess there could be one static function for decoding old RA id for here and below? cannot find a public API function for struct osmo_routing_area_id.
any better ideas...?
Patch Set #2, Line 132: /* Old routing area identification 10.5.5.15 */
gsm48_parse_ra
(same as above)
To view, visit change 33133. To unsubscribe, or for help writing mail filters, visit settings.