pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42232?usp=email )
Change subject: NGAP_Emulation: Use specific record types for AMF/RAN IDs ......................................................................
NGAP_Emulation: Use specific record types for AMF/RAN IDs
Change-Id: Ibd85be865a3a61c97d312df76ab3d1ae7ae32a6a --- M library/NGAP_Emulation.ttcn 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/32/42232/1
diff --git a/library/NGAP_Emulation.ttcn b/library/NGAP_Emulation.ttcn index d18d7a0..22eb605 100644 --- a/library/NGAP_Emulation.ttcn +++ b/library/NGAP_Emulation.ttcn @@ -157,8 +157,8 @@ /* represents a single NGAP Association */ type record AssociationData { NGAP_ConnHdlr comp_ref, /* component handling this UE connection */ - uint32_t ran_ue_ngap_id optional, /* eNB side NGAP ID */ - uint40_t amf_ue_ngap_id optional, /* AMF side NGAP ID */ + RAN_UE_NGAP_ID ran_ue_ngap_id optional, /* eNB side NGAP ID */ + AMF_UE_NGAP_ID amf_ue_ngap_id optional, /* AMF side NGAP ID */ UserLocationInformation uli optional, NG_NAS_UE_State nus };