fixeria has uploaded this change for review.
s1gw: fix ParamEnbId: fix charstring pattern for 'enb-conn'
Permit IPv6 addresses by including hexadecimal characters.
Change-Id: Ie95fb6ca53c1fa305bc7501173102a8a7265fa38
Related: osmo-s1gw.git I112283b140a070924d59935a3bdd6fd63fc8c7ea
---
M s1gw/S1GW_REST_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/63/41763/1
diff --git a/s1gw/S1GW_REST_Types.ttcn b/s1gw/S1GW_REST_Types.ttcn
index 8ddbc20..e76f33e 100644
--- a/s1gw/S1GW_REST_Types.ttcn
+++ b/s1gw/S1GW_REST_Types.ttcn
@@ -26,7 +26,7 @@
charstring pid (pattern "pid:[0-9]+.[0-9]+.[0-9]+"),
charstring genbid (pattern "genbid:[0-9]#3-[0-9]#(2,3)-[0-9]+"),
charstring sctp_aid (pattern "(enb|mme)-sctp-aid:[0-9]+"),
- charstring enb_conn (pattern "enb-conn:[0-9:.]+-[0-9]+")
+ charstring enb_conn (pattern "enb-conn:[0-9a-f:.]+-[0-9]+")
} with { encode "TEXT" };
type union ParamErabId {
To view, visit change 41763. To unsubscribe, or for help writing mail filters, visit settings.