Skip to content

Commit 1c917eb

Browse files
committed
Add GNB IP Prefix in match criteria
1 parent 6a9edb5 commit 1c917eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jsonapi/match.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ package jsonapi
77
import "net/netip"
88

99
type Match struct {
10-
UEIpPrefix netip.Prefix
10+
UEIpPrefix netip.Prefix `json:"ue-ip-prefix,omitempty"`
11+
GNBIpPrefix netip.Prefix `json:"gnb-ip-prefix,omitempty"`
1112
}

0 commit comments

Comments
 (0)