fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved
[REST] PfcpAssocState: field 'lrts' is required

The local RTS is always known and thus always gets included regardless
of the PFCP association state. Only the remote RTS is optional.

Change-Id: Ic766ebc56ce1810fc27cb49ddcac50bc94e539d9
Related: osmo-ttcn3-hacks.git I332e95a32935e0c8da99e600e8d30af14bd36b16
---
M contrib/openapi.yaml
M priv/openapi.json
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/openapi.yaml b/contrib/openapi.yaml
index 9308027..59de93f 100644
--- a/contrib/openapi.yaml
+++ b/contrib/openapi.yaml
@@ -333,6 +333,7 @@
- state
- laddr
- raddr
+ - lrts
properties:
state:
type: string
diff --git a/priv/openapi.json b/priv/openapi.json
index f305739..cf2fb50 100644
--- a/priv/openapi.json
+++ b/priv/openapi.json
@@ -500,7 +500,8 @@
"required": [
"state",
"laddr",
- "raddr"
+ "raddr",
+ "lrts"
],
"properties": {
"state": {

To view, visit change 42483. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Ic766ebc56ce1810fc27cb49ddcac50bc94e539d9
Gerrit-Change-Number: 42483
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>