Commit
ce2c44c1e2e941caa7a69ebbb660ef9e904fcf66
by Vadim Yanitskiylibrary/s1ap: rework {ts,tr}_S1AP_RABSetupRsp templates
3GPP TS 36.413, section 9.1.3.2 "E-RAB SETUP RESPONSE" defines
the following two IEs as optional:
* E-RAB Setup List IE: 0..1 in the Range column means that
it can either be omitted (0) or included only once (1);
* E-RAB Failed to Setup List: 'O' in the Presence column.
Our templates for this S1AP PDU require the former to be a value
(as if it was mandatory) and do not allow passing the later.
Change-Id: Ic369ae720179483a19383af2bddf56186965eae3
Related: SYS#6772