fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42491?usp=email )
Change subject: s1gw/rest: PfcpAssocInfo: field 'lrts' is mandatory ......................................................................
s1gw/rest: PfcpAssocInfo: field 'lrts' is mandatory
Change-Id: I332e95a32935e0c8da99e600e8d30af14bd36b16 Related: osmo-s1gw.git Ic766ebc56ce1810fc27cb49ddcac50bc94e539d9 --- M s1gw/S1GW_REST_Types.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/s1gw/S1GW_REST_Types.ttcn b/s1gw/S1GW_REST_Types.ttcn index 696df3d..21f4f31 100644 --- a/s1gw/S1GW_REST_Types.ttcn +++ b/s1gw/S1GW_REST_Types.ttcn @@ -65,7 +65,7 @@ PfcpAssocState state, /* Current association state */ charstring laddr, /* Local (bind) IP address */ charstring raddr, /* Remote (connect) IP address */ - integer lrts optional, /* Local Recovery TimeStamp */ + integer lrts, /* Local Recovery TimeStamp */ integer rrts optional /* Remote Recovery TimeStamp */ };