Attention is currently required from: pespin.
3 comments:
File mme/MME_Tests.ttcn:
Patch Set #1, Line 668: S1AP.receive(PDU_NAS_EPS:?) -> value rx_nas
Having such a generic 'catch-all' case makes the altstep less flexible. You know the code base better and this may be fine, but AFAICS it cannot be used together with other altsteps expecting `PDU_NAS_EPS:?`.
var BearerContextIEs rx_bctx_ies;
var template (value) FullyQualifiedTEID s11_fteid_c_ie, s11_fteid_u_ie, s5c_fteid_c_ie, s5c_fteid_u_ie;
var template (value) BearerContextIEs bctx_ies;
all unused?
Patch Set #1, Line 850: GTP2.receive
Likewise, this catch-everything makes it more a single-purpose function rather than a generic altstep.
To view, visit change 35413. To unsubscribe, or for help writing mail filters, visit settings.