Attention is currently required from: daniel, dexter, fixeria, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35367?usp=email )
Change subject: mme: Implement missing UE attach steps ......................................................................
Patch Set 2:
(1 comment)
File library/s1ap/S1AP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35367/comment/60cad4ac_5cb2f... PS2, Line 603: /*OPTIONAL: template (value) E_RABList rab_items */
Couldn't this be template(omit) here?
No, I tried and it throws Dynamic Test Error when trying to assing E_RABList := omit.
The main problem here is that the ASN1 generator doesn't provide us with a ttcn3 test case AFAIK to be able to easily pass the full IE {id:=...} as a template...
Anyway, this template was not used yet, I'm the first user, and this is not needed in the usual success scenario. If somebody needs a fail scenario, they can add a new template with that one enabled.