We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9861486 commit 3ac9afcCopy full SHA for 3ac9afc
jsonapi/match.go
@@ -9,4 +9,5 @@ import "net/netip"
9
type Match struct {
10
UEIpPrefix netip.Prefix `json:"ue-ip-prefix,omitempty"`
11
GNBIpPrefix netip.Prefix `json:"gnb-ip-prefix,omitempty"`
12
+ Teid uint32 `json:"teid,omitempty"`
13
}
0 commit comments