Commit d701c0ab authored by muhammadh's avatar muhammadh
Browse files

fix erab info model in meep-rnis

parent 6bbbe791
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"`
}