Attention is currently required from: fixeria.
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. […]
ACK, but that's not a problem right now, and it helps/speeds up development/testing which is the main purpose right now. If somebody ever requires to reuse the altstep then it can be modified/refactored.
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?
Could be, I'll have a look.
Patch Set #1, Line 850: GTP2.receive
Likewise, this catch-everything makes it more a single-purpose function rather than a generic altste […]
same as other comment.
To view, visit change 35413. To unsubscribe, or for help writing mail filters, visit settings.