Skip to content
Success

Changes

Summary

  1. mme: Store and check {mme,enb}_ue_id over S1AP (details)
Commit e0877cb20f2ce89ee0dcee95501703c99f66a506 by Pau Espin Pedrol
mme: Store and check {mme,enb}_ue_id over S1AP

* Generate a different enb_ue_id based on imsi_suffix, and store it
  during startup of ConnHdlr.
* Validate the MME sends the expected message to the expected enb_ue_id.
* Store the mme_ue_id and validate also that MME keeps using it.

A new procedure is added to S1AP_Emulation, similar to what already
exists in NGAP_Emulation, to obtain the mme_ue_id allocated by the peer.
This is needed because upon rx of DL NAS Transport messages we only
receive the upper layer NAS decoded in the Connhdlr, so we can't store
and track the MME ID early enough.

Change-Id: I62902db3851f48ce9f80cb1cc84797735c0091de
The file was modifiedmme/MME_Tests.ttcn
The file was modifiedmme/ConnHdlr.ttcn
The file was modifiedlibrary/s1ap/S1AP_Templates.ttcn
The file was modifiedlibrary/S1AP_Emulation.ttcn