Loading go-apps/meep-rnis/server/model_rab_info_ue_info.go +1 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,5 @@ type RabInfoUeInfo struct { // 0 to N identifiers to associate the event for a specific UE or flow. AssociateId []AssociateId `json:"associateId,omitempty"` // Information on E-RAB as defined below. ErabInfo []ErabInfo `json:"erabInfo"` ErabInfo []RabInfoErabInfo `json:"erabInfo"` } Loading
go-apps/meep-rnis/server/model_rab_info_ue_info.go +1 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,5 @@ type RabInfoUeInfo struct { // 0 to N identifiers to associate the event for a specific UE or flow. AssociateId []AssociateId `json:"associateId,omitempty"` // Information on E-RAB as defined below. ErabInfo []ErabInfo `json:"erabInfo"` ErabInfo []RabInfoErabInfo `json:"erabInfo"` }