Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/41298?usp=email )
Change subject: [REST] OpenAPI: fix regexp to permit IPv6 addr in EnbId ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File contrib/openapi.yaml:
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/41298/comment/ba6903cf_b0287... : PS1, Line 195: pattern: '^enb-conn:[0-9a-f:.]+-[0-9]+$' I'm not a regexp by any means, but apparently matching a n IP address is a bit more complex?
https://www.ditig.com/validating-ipv4-and-ipv6-addresses-with-regexp#combine...
https://regex101.com/r/tF7zQ1/1