Skip to content

Commit

Permalink
twif add TwifId to GlobalRanNodeId (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tai-shang-chun committed Feb 8, 2024
1 parent 2f335d1 commit 40feebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/model_global_ran_node_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type GlobalRanNodeId struct {
NgeNbId string `json:"ngeNbId,omitempty" yaml:"ngeNbId" bson:"ngeNbId" mapstructure:"NgeNbId"`
WagfId string `json:"wagfId,omitempty" yaml:"wagfId" bson:"wagfId" mapstructure:"WagfId"`
TngfId string `json:"tngfId,omitempty" yaml:"tngfId" bson:"tngfId" mapstructure:"TngfId"`
TwifId string `json:"twifId,omitempty" yaml:"twifId" bson:"twifId" mapstructure:"TwifId"`
Nid string `json:"nid,omitempty" yaml:"nid" bson:"nid" mapstructure:"Nid"`
ENbId string `json:"eNbId,omitempty" yaml:"eNbId" bson:"eNbId" mapstructure:"ENbId"`
}

0 comments on commit 40feebd

Please sign in to comment.