Data type name
|
Derived from
|
Definition
|
CELL_ID
|
UNSIGNED_INT(4)
|
This data type identifies a cell uniquely within 3GPP UTRAN and consists of radio network controller (RNC)-ID and C-ID as defined in 3GPP TS 25.401.
Valid Range: 0..268435455
|
CI
|
OCTET(2)
|
The BSS and cell within the BSS are identified by Cell Identity (CI). See 3GPP TS 23.003.
|
IP_ADDR
|
TRANSPORT_ADDR
|
Represents an IP address. The Address Type is either 1 (IPv4) or 2 (IPv6).
|
LAC
|
OCTET(2)
|
Location Area Code (LAC) is a fixed length code (of 2 octets) identifying a location area within a public land mobile network (PLMN). See 3GPP TS 23.003.
|
LINK_ADDR
|
CHOICE(
MAC_ADDR, 3GPP_3G_CELL_ID, 3GPP_2G_CELL_ID, 3GPP_ADDR, 3GPP2_ADDR, OTHER_L2_ADDR
)
|
A data type to represent an address of any link layer.
|
MAC_ADDR
|
TRANSPORT_ADDR
|
Represents a MAC address. The Address Type contains the one used for a specific link layer.
|
OTHER_L2_ADDR
|
OCTET_STRING
|
A data type to represent a link-layer address other than the address already defined. For example, SSID.
|
PLMN_ID
|
OCTET(3)
|
The public land mobile network (PLMN) unique identifier. PLMN_ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC). This is to represent the access network identifier.
Coding of PLMN_ID is defined in 3GPP TS 25.4 13.
|
TRANSPORT_ADDR
|
SEQUENCE( UNSIGNED_INT(2), OCTET_STRING
)
|
A type to represent a transport address. The UNSIGNED_INT(2) is the address type defined in http://www.iana.org/assignments/address-family-numbers.
|