#include <nas.h>
|
uint8_t | cphy_scell_info_list_ext_len |
|
uint16_t | pci [NAS_MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE] |
|
uint32_t | freq [NAS_MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE] |
|
uint32_t | cphy_ca_dl_bandwidth [NAS_MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE] |
|
uint16_t | band [NAS_MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE] |
|
uint32_t | scell_state [NAS_MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE] |
|
uint8_t | scell_idx [NAS_MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE] |
|
uint8_t | ul_configured [NAS_MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE] |
|
structure used to store Scell Extended Information Array.
- Parameters
-
cphy_scell_info_list_ext_len |
- Number of sets of the NASScellExtInformation_t instances:
|
pci |
- Physical cell ID of the Scell. Range: 0 to 503.
|
freq |
- Absolute radio frequency channel number.
|
cphy_ca_dl_bandwidth |
- Downlink bandwidth (in MHz).
- Values:
- NAS_LTE_CPHY_CA_BW_NRB_6(0x00) - 1.4
- NAS_LTE_CPHY_CA_BW_NRB_15(0x01) - 3
- NAS_LTE_CPHY_CA_BW_NRB_25(0x02) - 5
- NAS_LTE_CPHY_CA_BW_NRB_50(0x03) - 10
- NAS_LTE_CPHY_CA_BW_NRB_75(0x04) - 15
- NAS_LTE_CPHY_CA_BW_NRB_100(0x05) - 20
- All other values are reserved.
|
band | Band (Active Band Class, 80-NV720-6 Rev. L page 965).
- Values:
- 120 to 178 - LTE band classes
|
scell_state |
- Scell state.
- Values:
- NAS_LTE_CPHY_SCELL_STATE_DECONFIGURED (0x00) - Deconfigured
- NAS_LTE_CPHY_SCELL_STATE_CONFIGURED_DEACTIVATED (0x01) - Configured and deactivated
- NAS_LTE_CPHY_SCELL_STATE_CONFIGURED_ACTIVATED (0x02) - Configured and activated
- All other values are reserved.
|
scell_idx |
- Scell index. Range: 0 to 7.
|
ul_configured |
- True when the carrier aggregation is uplink configured; false when not uplink configured.
|
The documentation for this struct was generated from the following file: