OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| IP_DrbId_Type | |
| IP_EUTRA_DrbInfo_Type | |
| IP_UTRAN_GERAN_DrbInfo_Type | |
| IP_RoutingInfo_Type | |
| IP_RoutingTable_Type | |
| IP_DrbInfo_Type | |
type integer IP_DrbId_Type;
type record IP_EUTRA_DrbInfo_Type {
EUTRA_CellId_Type CellId,
IP_DrbId_Type DrbId optional
}
type record IP_UTRAN_GERAN_DrbInfo_Type {
integer CellId,
IP_DrbId_Type DrbId optional
}
type record IP_RoutingInfo_Type {
IP_Connection_Type IpInfo,
IP_DrbInfo_Type DRB
}
type record of IP_RoutingInfo_Type IP_RoutingTable_Type
type union IP_DrbInfo_Type {
IP_EUTRA_DrbInfo_Type Eutra,
IP_UTRAN_GERAN_DrbInfo_Type Utran,
IP_UTRAN_GERAN_DrbInfo_Type Geran
}