fixeria submitted this change.
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(-)
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 */
};
To view, visit change 42491. To unsubscribe, or for help writing mail filters, visit settings.