Attention is currently required from: osmith, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36601?usp=email )
Change subject: sgsn: TC_sgsn_context_req_in: match PDP Context IE ......................................................................
Patch Set 6:
(1 comment)
File sgsn/SGSN_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36601/comment/85b736fc_6f301... PS6, Line 3748: f_pdp_ctx_act(apars);
afaiu this addressInfo should be updated by f_pdp_ctx_act when received from the GGSN.
Not really. In the current implementation `apars.addr` is the static address the [virtual] MS is requesting in `PDP Context Request`, the [virtual] GGSN is confirming, and finally the SGSN/IUT is assigning in `PDP Context Accept`. Don't ask me why, it was not me writing this. But this is enough to achieve the goal of this testcase.