Attention is currently required from: dexter.
Hello Jenkins Builder, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33639
to look at the new patch set (#2).
Change subject: S1AP_Emulation: add missing create_cb ......................................................................
S1AP_Emulation: add missing create_cb
At the moment we do not have a default implementation for the create_cb. The create_cb is called to resolve the vc_conn to which a subscriber communication belongs in case it is not found in the S1apAssociationTable, then it is resolved from an S1apExpectTable instead.
The current implementation uses the IMSI as key to resolve the vc_conn from the S1apExpectTable, this might not work since in S1AP the UE context is identfied by an MME_UE_S1AP_ID / ENB_UE_S1AP_ID pair.
Related: OS#5760 Change-Id: I758e7c8d8cc445cf18acdd7a25dcde8846fd84e5 --- M library/S1AP_Emulation.ttcn M mme/MME_Tests.ttcn 2 files changed, 71 insertions(+), 42 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/39/33639/2