fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36587?usp=email )
Change subject: sgsn: fix unused param in f_routing_area_update() ......................................................................
Patch Set 1:
(2 comments)
File sgsn/SGSN_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36587/comment/243ed0da_98d72... PS1, Line 2633: RoutingAreaIdentificationV ra @pespin@sysmocom.de this param is currently unused.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36587/comment/6219c279_ed61e... PS1, Line 2642: g_pars.ra ... so we pass RA from `g_pars` instead. Looks like a mistake to me.