Skip to content

Commit 3ac9afc

Browse files
committed
Add Teid in match
1 parent 9861486 commit 3ac9afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsonapi/match.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ import "net/netip"
99
type Match struct {
1010
UEIpPrefix netip.Prefix `json:"ue-ip-prefix,omitempty"`
1111
GNBIpPrefix netip.Prefix `json:"gnb-ip-prefix,omitempty"`
12+
Teid uint32 `json:"teid,omitempty"`
1213
}

0 commit comments

Comments
 (0)