Attention is currently required from: laforge, pespin.
1 comment:
Patchset:
Ack, I'd at least probably add a new record containing both "MME_UE_S1AP_ID mme_ue_id" and "ENB_UE_S […]
What you're suggesting is not possible because the `f_ConnHdlr_...` API cannot be used by the UE (`UEMuxUE`) components directly. It's a generic per-eNB connection API that is already used by other testcases. This API will also be invoked by the UEMux (`UEMux_CT` aka the UE orchestrator) component on behalf of the UE components.
Both `MME_UE_S1AP_ID` and `ENB_UE_S1AP_ID` are already part of the UE (`UEMuxUE`) component state, and they do not have to pass these IDs explicitly because the UEMux component knows them and will transparently pass them to the `f_ConnHdlr_...` API (see follow-up patches).
To view, visit change 39881. To unsubscribe, or for help writing mail filters, visit settings.