Skip to content

Commit

Permalink
Add GNB IP Prefix in match criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 24, 2024
1 parent 6a9edb5 commit 1c917eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsonapi/match.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ package jsonapi
import "net/netip"

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

0 comments on commit 1c917eb

Please sign in to comment.