[Feature][T8TSK-212][Modem]Update MTK modem version to MOLY.NR15.R3.MD700.MP.V75.P8.T800.L1.1215_20240425

MTK modem version: MOLY01242766_AUTO00283601(For_MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P8).tar.gz
RF  modem version: T800/l1-1215.rar

Change-Id: Ibf34a0a7101d7678d03aeebf38e6dfd7d281cf61
diff --git a/mcu/interface/protocol/general/atp_dmf_cmd_def.h b/mcu/interface/protocol/general/atp_dmf_cmd_def.h
old mode 100755
new mode 100644
index 9c0b62b..09b6dd0
--- a/mcu/interface/protocol/general/atp_dmf_cmd_def.h
+++ b/mcu/interface/protocol/general/atp_dmf_cmd_def.h
@@ -4114,20 +4114,29 @@
         DMF_FIELD_VAR_LONG(kal_uint64, handover_failure_count, UNUSED_FIELD)
     DMF_CMD_CNF_END(dmf_app6_handover_count_info_cnf_struct)
 
-    // for DMF_THIN_MODEM_CAUSE_RRC_COUNT_INFO
-    DMF_CMD_CNF(DMF_APP6_RRC_COUNT_INFO_CNF, dmf_app6_rrc_count_info_cnf_struct, dmf_app6_rrc_count_info_cnf)
+    // for DMF_THIN_MODEM_CAUSE_LTE_RRC_COUNT_INFO
+    DMF_CMD_CNF(DMF_APP6_LTE_RRC_COUNT_INFO_CNF, dmf_app6_lte_rrc_count_info_cnf_struct, dmf_app6_lte_rrc_count_info_cnf)
         DMF_FIELD_VAR(kal_uint32, cause, UNUSED_FIELD)
         DMF_FIELD_VAR_LONG(kal_uint64, rrc_connect_request_count, UNUSED_FIELD)
         DMF_FIELD_VAR_LONG(kal_uint64, rrc_connect_fail_count, UNUSED_FIELD)
         DMF_FIELD_VAR(kal_uint32, rrc_connect_time, UNUSED_FIELD)
         DMF_FIELD_VAR_LONG(kal_uint64, radio_link_failure_count, UNUSED_FIELD)
-    DMF_CMD_CNF_END(dmf_app6_rrc_count_info_cnf_struct)
+    DMF_CMD_CNF_END(dmf_app6_lte_rrc_count_info_cnf_struct)
+
+    // for DMF_THIN_MODEM_CAUSE_NR_RRC_COUNT_INFO
+    DMF_CMD_CNF(DMF_APP6_NR_RRC_COUNT_INFO_CNF, dmf_app6_nr_rrc_count_info_cnf_struct, dmf_app6_nr_rrc_count_info_cnf)
+        DMF_FIELD_VAR(kal_uint32, cause, UNUSED_FIELD)
+        DMF_FIELD_VAR_LONG(kal_uint64, rrc_connect_request_count, UNUSED_FIELD)
+        DMF_FIELD_VAR_LONG(kal_uint64, rrc_connect_fail_count, UNUSED_FIELD)
+        DMF_FIELD_VAR_LONG(kal_uint64, radio_link_failure_count, UNUSED_FIELD)
+    DMF_CMD_CNF_END(dmf_app6_nr_rrc_count_info_cnf_struct)
 
     // for DMF_THIN_MODEM_CAUSE_SCG_COUNT_INFO
     DMF_CMD_CNF(DMF_APP6_SCG_COUNT_INFO_CNF, dmf_app6_scg_count_info_cnf_struct, dmf_app6_scg_count_info_cnf)
         DMF_FIELD_VAR(kal_uint32, cause, UNUSED_FIELD)
         DMF_FIELD_VAR_LONG(kal_uint64, nr_scg_change_count, UNUSED_FIELD)
         DMF_FIELD_VAR_LONG(kal_uint64, nr_scg_change_failure_count, UNUSED_FIELD)
+        DMF_FIELD_VAR_LONG(kal_uint64, nr_scg_failure_count, UNUSED_FIELD)
     DMF_CMD_CNF_END(dmf_app6_scg_count_info_cnf_struct)    
 
 	// for DMF_THIN_MODEM_CAUSE_CSI_RS_INFO
@@ -4153,6 +4162,23 @@
         DMF_FIELD_VAR(kal_uint32, csi_rs_valid_config_num, UNUSED_FIELD)
 		DMF_FIELD_VAR_ARRAY_D(kal_uint32, csi_rs_info_list, 4*2)
     DMF_CMD_CNF_END(dmf_app6_nr_csi_rs_info_cnf_struct)
+
+	// for DMF_THIN_MODEM_CAUSE_NR_XBLER_INFO
+    DMF_CMD_CNF(DMF_APP6_NR_XBLER_INFO_CNF, dmf_app6_nr_xbler_info_cnf_struct, dmf_app6_nr_xbler_info_cnf)
+        DMF_FIELD_VAR(kal_uint32, cause, UNUSED_FIELD)
+        DMF_FIELD_VAR(kal_uint32, channel_type, UNUSED_FIELD)
+        DMF_FIELD_VAR(kal_uint32, cc_num, UNUSED_FIELD)
+		DMF_FIELD_VAR_ARRAY_D(kal_uint32, ibler_list, 8)
+		DMF_FIELD_VAR_ARRAY_D(kal_uint32, bler_list, 8)
+    DMF_CMD_CNF_END(dmf_app6_nr_xbler_info_cnf_struct)
+
+	// for DMF_THIN_MODEM_CAUSE_LTE_BLER_INFO
+    DMF_CMD_CNF(DMF_APP6_LTE_BLER_INFO_CNF, dmf_app6_lte_bler_info_cnf_struct, dmf_app6_lte_bler_info_cnf)
+        DMF_FIELD_VAR(kal_uint32, cause, UNUSED_FIELD)
+        DMF_FIELD_VAR(kal_uint32, channel_type, UNUSED_FIELD)
+        DMF_FIELD_VAR(kal_uint32, cc_num, UNUSED_FIELD)
+		DMF_FIELD_VAR_ARRAY_D(kal_uint32, bler_list, 5)
+    DMF_CMD_CNF_END(dmf_app6_lte_bler_info_cnf_struct)
 #endif
 
 #ifdef DMF_URC_IND_SEC
diff --git a/mcu/interface/protocol/general/d2cm_custom_utility.h b/mcu/interface/protocol/general/d2cm_custom_utility.h
old mode 100755
new mode 100644
index 05d3e58..e5895f2
--- a/mcu/interface/protocol/general/d2cm_custom_utility.h
+++ b/mcu/interface/protocol/general/d2cm_custom_utility.h
@@ -8,24 +8,6 @@
  *
  ******************************************************************************/
 
-/*******************************************************************************
- * Filename:
- * ---------
- *   d2cm_custom_utility.h
- *
- * Project:
- * --------
- *   
- *
- * Description:
- * ------------
- *
- *
- * Author:
- * -------
- *   
- *
- ******************************************************************************/
  
 #ifndef __D2CM_CUSTOM_UTILITY_H__
 #define __D2CM_CUSTOM_UTILITY_H__
@@ -68,22 +50,22 @@
 // N/A
 
 // Functions
-extern d2cm_api_res_enum d2cm_search_pdn_profile_by_apn_idx (kal_uint32 ps_id, module_type mod_id, const kal_char *apn, kal_int32 apn_idx, d2cm_get_pdn_profile_ind_struct *ind_ptr);
-extern d2cm_api_res_enum d2cm_search_pdn_profile_by_cid (kal_uint32 ps_id, module_type mod_id, kal_int32 cid, d2cm_get_pdn_profile_ind_struct *ind_ptr);
+extern d2cm_api_res_enum d2cm_search_pdn_profile_by_apn_idx (kal_uint8 ps_id, module_type mod_id, const kal_char *apn, kal_int32 apn_idx, d2cm_get_pdn_profile_ind_struct *ind_ptr);
+extern d2cm_api_res_enum d2cm_search_pdn_profile_by_cid (kal_uint8 ps_id, module_type mod_id, kal_int32 cid, d2cm_get_pdn_profile_ind_struct *ind_ptr);
 extern d2cm_api_res_enum d2cm_get_pdn_profile (kal_uint32 ps_id, module_type mod_id, d2cm_get_pdn_profile_req_struct *req_ptr, d2cm_get_pdn_profile_cb_t hook_fp, void* arg);
 extern d2cm_api_res_enum d2cm_act_data_call (kal_uint32 ps_id, module_type mod_id, d2cm_act_data_call_req_struct *req_ptr, d2cm_act_data_call_cb_t hook_fp, void* arg);
-extern d2cm_api_res_enum d2cm_deact_data_call (kal_uint32 ps_id, module_type mod_id, d2cm_deact_data_call_req_struct *req_ptr, d2cm_deact_data_call_cb_t hook_fp, void* arg);
-extern d2cm_api_res_enum d2cm_reg_event_cb (kal_uint32 ps_id, module_type mod_id, d2cm_event_enum event, d2cm_event_cb_t cb, void *arg);
-extern d2cm_api_res_enum d2cm_dereg_event_cb (kal_uint32 ps_id, module_type mod_id, d2cm_event_enum event);
+extern d2cm_api_res_enum d2cm_deact_data_call (kal_uint8 ps_id, module_type mod_id, d2cm_deact_data_call_req_struct *req_ptr, d2cm_deact_data_call_cb_t hook_fp, void* arg);
+extern d2cm_api_res_enum d2cm_reg_event_cb (kal_uint8 ps_id, module_type mod_id, d2cm_event_enum event, d2cm_event_cb_t cb, void *arg);
+extern d2cm_api_res_enum d2cm_dereg_event_cb (kal_uint8 ps_id, module_type mod_id, d2cm_event_enum event);
 #if 0
 /* under construction !*/
 /* under construction !*/
 /* under construction !*/
 /* under construction !*/
 #endif
-extern d2cm_api_res_enum d2cm_reg_post_act_data_call_cb (kal_uint32 ps_id, module_type mod_id, d2cm_post_act_data_call_cb_t cb, void *arg);
-extern d2cm_api_res_enum d2cm_dereg_post_act_data_call_cb (kal_uint32 ps_id, module_type mod_id);
-extern d2cm_api_res_enum d2cm_reg_post_deact_data_call_cb (kal_uint32 ps_id, module_type mod_id, d2cm_post_deact_data_call_cb_t cb, void *arg);
-extern d2cm_api_res_enum d2cm_dereg_post_deact_data_call_cb (kal_uint32 ps_id, module_type mod_id);
+extern d2cm_api_res_enum d2cm_reg_post_act_data_call_cb (kal_uint8 ps_id, module_type mod_id, d2cm_post_act_data_call_cb_t cb, void *arg);
+extern d2cm_api_res_enum d2cm_dereg_post_act_data_call_cb (kal_uint8 ps_id, module_type mod_id);
+extern d2cm_api_res_enum d2cm_reg_post_deact_data_call_cb (kal_uint8 ps_id, module_type mod_id, d2cm_post_deact_data_call_cb_t cb, void *arg);
+extern d2cm_api_res_enum d2cm_dereg_post_deact_data_call_cb (kal_uint8 ps_id, module_type mod_id);
     
 #endif
diff --git a/mcu/interface/protocol/general/l5_structs.h b/mcu/interface/protocol/general/l5_structs.h
old mode 100755
new mode 100644
index 317472f..9c4353e
--- a/mcu/interface/protocol/general/l5_structs.h
+++ b/mcu/interface/protocol/general/l5_structs.h
@@ -226,7 +226,7 @@
 
 } l5io_table_cmd_mode_enum;
 
-typedef struct 
+typedef struct
 {
     kal_uint16 cmd_id;
     atp_cmd_mode_enum cmd_mode;
@@ -243,14 +243,14 @@
 
 typedef struct
 {
-    LOCAL_PARA_HDR 
+    LOCAL_PARA_HDR
     kal_uint32 src_id;
     kal_char apn[APN_STRING_LEN];
 }l5updn_get_disabled_apn_req_struct;
 
 typedef struct
 {
-    LOCAL_PARA_HDR 
+    LOCAL_PARA_HDR
     kal_uint32 src_id;
     kal_bool disabled; // TRUE means apn is disabled
 }l5updn_get_disabled_apn_cnf_struct;
@@ -273,27 +273,4 @@
     kal_uint32 mbim_msg_len;
 } mbim_l5io_mbci_status_ind_struct;
 
-typedef struct {
-    LOCAL_PARA_HDR
-    kal_uint32 seq_id;
-    sim_ecall_mode_enum ecall_mode;
-} l5_l4c_set_ecall_mode_req_struct;
-
-typedef struct {
-    LOCAL_PARA_HDR
-    kal_uint32 seq_id;
-    kal_bool is_success;
-} l5_l4c_set_ecall_mode_cnf_struct;
-
-typedef struct {
-    LOCAL_PARA_HDR
-    kal_uint32 seq_id;
-} l5_l4c_get_ecall_mode_req_struct;
-
-typedef struct {
-    LOCAL_PARA_HDR
-    kal_uint32 seq_id;
-    sim_ecall_mode_enum ecall_mode;
-} l5_l4c_get_ecall_mode_cnf_struct;
-
 #endif
diff --git a/mcu/interface/protocol/general/ps_public_enum.h b/mcu/interface/protocol/general/ps_public_enum.h
old mode 100755
new mode 100644
index f7cdb58..a689398
--- a/mcu/interface/protocol/general/ps_public_enum.h
+++ b/mcu/interface/protocol/general/ps_public_enum.h
@@ -3211,6 +3211,11 @@
     TCM_L4C_PEER_TO_PEER_MODIFY_WITH_P_CSCF = 0x0FB8,
     TCM_L4C_MODIFY_DUE_TO_INTERRAT = 0x0FB9,
 	TCM_L4C_CHECKED_ACT_WITH_PDP_TYPE_NOT_SET = 0x0FBA,
+	TCM_L4C_ACTIVATE_FAIL_DUE_TO_SAT_DATA_CONNECTION_CTRL_FAIL = 0x0FBB,
+	TCM_L4C_ACTIVATE_FAIL_DUE_TO_SAT_NOT_ALLOW = 0x0FBC,
+	TCM_L4C_ACTIVATE_FAIL_DUE_TO_SAT_SIM_ERROR = 0x0FBD,
+	TCM_L4C_ACTIVATE_FAIL_DUE_TO_DEACTIVATE_ABORT = 0x0FBE,
+	
     /* PLEASE ADD TO NEXT REGION IF NEW CAUSE NUMBER >= 0x0FCF*/
     TCM_REGION_4_CAUSE_END = 0x0FCF,
     #endif // __GROUP_TCM_L4C_REGION_4_CAUSE_START__
@@ -4499,10 +4504,11 @@
                             //40566,40567,405750,405751,405752,405753,405754,405755,405756
     VGMM_OP_BAL_INDIA,      //40402,40403,40406,40410,40416,40431,40440,40445,40449,40470,40490,40492,40493,40494,
                             //40495,40496,40497,40498,40551,40552,40553,40554,40555,40556
-    VGMM_OP_OOREDOO,        //41405
+    VGMM_OP_OOREDOO,        //41405 
     VGMM_OP_KT,             //45002,45008
     VGMM_OP_RJIO_INDIA,     //405840,405854,405855,405856,405857,405858,405859,405860-405869,405870-405874
-
+    VGMM_OP_SOFTBANK,       //44020,44000,44190
+	
 /*******Europe***********/
     VGMM_OP_VDF_PORTUGAL,   //26801
     VGMM_OP_SEATEL,         //45611
@@ -4620,6 +4626,7 @@
 } voice_unavail_leave_rat_enum;
 
 #define VGSM_MAX_QFI_NUM        64
+#define VGSM_MAX_SM_PDU_DN_REQ_CONTAINER_LEN    253
 
 typedef enum {
     VGSM_FLOW_ACTION_EST,
diff --git a/mcu/interface/protocol/general/ps_public_struct.h b/mcu/interface/protocol/general/ps_public_struct.h
old mode 100755
new mode 100644
index bd12fa4..d98b169
--- a/mcu/interface/protocol/general/ps_public_struct.h
+++ b/mcu/interface/protocol/general/ps_public_struct.h
@@ -2735,6 +2735,11 @@
 } qos_flow_action_table_struct;
 
 typedef struct {
+    kal_uint8 length;
+	kal_uint8 dn_specific_identity[VGSM_MAX_SM_PDU_DN_REQ_CONTAINER_LEN];
+} sm_pdu_dn_req_container_struct;
+
+typedef struct {
     kal_uint64 dl;
     kal_uint64 ul;
 } pdus_session_ambr_struct;
diff --git a/mcu/interface/protocol/general/sim_ps_enum.h b/mcu/interface/protocol/general/sim_ps_enum.h
old mode 100755
new mode 100644
index 3462fb0..8fd5a38
--- a/mcu/interface/protocol/general/sim_ps_enum.h
+++ b/mcu/interface/protocol/general/sim_ps_enum.h
@@ -856,7 +856,10 @@
 {
    SAT_SETUP_CALL=ADDRESS_TAG,
    SAT_SEND_SS=SS_STRING_TAG,
-   SAT_SEND_USSD=USSD_STRING_TAG
+   SAT_SEND_USSD=USSD_STRING_TAG,
+   SAT_ACTIVE_PDP = PDP_CTX_ACTIVATE_PARAM_TAG,
+   SAT_ACTIVE_PDN = EPS_PDN_CONNECT_PARAM_TAG,
+   SAT_ACTIVE_PDU = PDU_ESTABLISH_PARAM_TAG,
 }sat_call_ctrl_type_enum;
 
 typedef enum
diff --git a/mcu/interface/protocol/general/sim_ps_struct.h b/mcu/interface/protocol/general/sim_ps_struct.h
old mode 100755
new mode 100644
index 13c7ae6..8cc50f6
--- a/mcu/interface/protocol/general/sim_ps_struct.h
+++ b/mcu/interface/protocol/general/sim_ps_struct.h
@@ -240,7 +240,7 @@
     kal_bool is_valid_ef_ehplmn;   // 23.122 R7 feature
     kal_uint8 num_of_ehplmn;
     kal_uint8 ef_ehplmn[MAX_EHPLMN_EF_LEN];
-    
+
     kal_bool is_registration_mode;
 } sim_mmi_ready_ind_struct;
 
@@ -1547,6 +1547,8 @@
 
 typedef sat_call_ctrl_by_sim_req_struct sat_ss_ctrl_by_sim_req_struct;
 typedef sat_call_ctrl_by_sim_cnf_struct sat_ss_ctrl_by_sim_cnf_struct;
+typedef sat_call_ctrl_by_sim_req_struct sat_data_connection_ctrl_by_sim_req_struct;
+typedef sat_call_ctrl_by_sim_cnf_struct sat_data_connection_ctrl_by_sim_cnf_struct;
 
 typedef struct {
     LOCAL_PARA_HDR
@@ -2583,5 +2585,38 @@
     sat_pdp_pdn_pdu_type_enum pdp_type;
 } sat_evdl_data_connect_ind_struct;
 
+typedef struct
+{
+    LOCAL_PARA_HDR
+    usim_logic_channel_enum channel_id;
+    sim_manage_channel_mode_enum status;
+	sim_channel_status_change_cause_enum cause;
+} sim_l5usim_channel_status_ind_struct;
+
+#if defined(__ECALL_SUPPORT__) || defined(__NG_ECALL_SUPPORT__)
+typedef struct {
+    LOCAL_PARA_HDR
+    kal_uint32 seq_id;
+    sim_ecall_mode_enum ecall_mode;
+} l4c_sim_set_ecall_mode_req_struct;
+
+typedef struct {
+    LOCAL_PARA_HDR
+    kal_uint32 seq_id;
+    kal_bool is_success;
+} l4c_sim_set_ecall_mode_cnf_struct;
+
+typedef struct {
+    LOCAL_PARA_HDR
+    kal_uint32 seq_id;
+} l4c_sim_get_ecall_mode_req_struct;
+
+typedef struct {
+    LOCAL_PARA_HDR
+    kal_uint32 seq_id;
+    sim_ecall_mode_enum ecall_mode;
+} l4c_sim_get_ecall_mode_cnf_struct;
+#endif
+
 #endif
 
diff --git a/mcu/interface/protocol/general/sim_public_enum.h b/mcu/interface/protocol/general/sim_public_enum.h
old mode 100755
new mode 100644
index 0736f23..73b5d52
--- a/mcu/interface/protocol/general/sim_public_enum.h
+++ b/mcu/interface/protocol/general/sim_public_enum.h
@@ -509,11 +509,17 @@
    SAT_NUM_CHANGED_USSD_TO_SS,   
    SAT_NUM_CHANGED_USSD_TO_USSD,   
    SAT_NUM_CHANGED_SMS,   
+   SAT_NUM_CHANGED_PDP,
+   SAT_NUM_CHANGED_PDN,
+   SAT_NUM_CHANGED_PDU,
 //   SAT_ALPHA_ID_IND,
    SAT_CALL_NOT_ALLOWED,
    SAT_SS_NOT_ALLOWED,
    SAT_USSD_NOT_ALLOWED,
    SAT_SMS_NOT_ALLOWED,
+   SAT_PDP_NOT_ALLOWED,
+   SAT_PDN_NOT_ALLOWED,
+   SAT_PDU_NOT_ALLOWED,
    SIM_MEM_PROBLEM,
    SIM_SECRET_CODE_REJ,
    SIM_TECH_PROBLEM,
@@ -752,6 +758,28 @@
     SAT_PDP_PDN_PDU_TYPE_INVALID = 0xFF
 } sat_pdp_pdn_pdu_type_enum;
 
+
+
+typedef enum
+{
+    CAUSE_SIM_CARD_REMOVED = SIM_CARD_REMOVED,
+    CAUSE_SIM_ACCESS_ERROR = SIM_ACCESS_ERROR,
+  	CAUSE_SIM_RECOVERY_START = SIM_RECOVERY_START,
+  	CAUSE_SIM_REFRESH = SIM_REFRESH,
+  	CAUSE_SIM_FAST_RECOVERY_START = SIM_FAST_RECOVERY_START,
+  	CAUSE_SIM_PLUG_OUT = SIM_PLUG_OUT,
+  	CAUSE_SIM_STATE_DISABLE = SIM_STATE_DISABLE,
+ 	CAUSE_SIM_POWER_OFF,
+  	CAUSE_SIM_PASS_THROUGH,
+ 	CAUSE_SIM_ACCESS_PROFILE_ON,
+  	CAUSE_SIM_ACCESS_PROFILE_OFF,
+  	CAUSE_SIM_CRITICAL_RECOVERY,
+  	CAUSE_SIM_VSIM_ON,
+  	CAUSE_SIM_VSIM_OFF,
+  	CAUSE_CLIENT_REQUEST,
+  	CAUSE_UNKNOWN = 0xFF
+}sim_channel_status_change_cause_enum;
+
 #define SUCI_SCHEME_NULL  0
 
 /*mtk01612:  [MAUI_02023545] BT_SIM_Profile for MAUI and DUMA*/
diff --git a/mcu/interface/protocol/general/sim_public_struct.h b/mcu/interface/protocol/general/sim_public_struct.h
old mode 100755
new mode 100644
index 659821b..ccda570
--- a/mcu/interface/protocol/general/sim_public_struct.h
+++ b/mcu/interface/protocol/general/sim_public_struct.h
@@ -23,7 +23,7 @@
 *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
 *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
 *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
-*  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
+*  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
 *
 *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
 *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
@@ -105,14 +105,14 @@
     kal_uint8 supported_transport_protocol_type_capability;
     kal_uint16 atr_len;
     kal_uint8 atr[ATR_MAX_LEN];
-    kal_uint8 src_id;    
+    kal_uint8 src_id;
 } bt_sim_connect_cnf_struct;
 
 typedef struct
 {
     LOCAL_PARA_HDR
     kal_uint8 transport_protocol_type;
-    kal_uint8 src_id;    
+    kal_uint8 src_id;
 } bt_sim_reset_req_struct;
 
 typedef struct
@@ -122,7 +122,7 @@
     kal_uint8 current_transport_protocol_type;
     kal_uint16 atr_len;
     kal_uint8 atr[ATR_MAX_LEN];
-    kal_uint8 src_id;        
+    kal_uint8 src_id;
     kal_uint8 supported_transport_protocol_type_capability;
 } bt_sim_reset_cnf_struct;
 
@@ -132,7 +132,7 @@
     kal_uint8 transport_protocol_type;
     kal_uint16 apdu_req_len;
     kal_uint8 apdu_req[APDU_REQ_MAX_LEN];
-    kal_uint8 src_id;    
+    kal_uint8 src_id;
 } bt_sim_apdu_req_struct;
 
 typedef struct
@@ -141,7 +141,7 @@
     kal_uint16 result;
     kal_uint16 apdu_rsp_len;
     kal_uint8 apdu_rsp[APDU_RSP_MAX_LEN];
-    kal_uint8 src_id;    
+    kal_uint8 src_id;
 } bt_sim_apdu_cnf_struct;
 
 typedef struct
@@ -167,7 +167,7 @@
 {
     LOCAL_PARA_HDR
     kal_uint16 result;
-    kal_uint8 src_id;    
+    kal_uint8 src_id;
 } bt_sim_power_off_cnf_struct;
 
 typedef bt_sim_reset_req_struct bt_sim_power_on_req_struct;
@@ -180,22 +180,22 @@
    kal_uint16 file_idx;
    kal_uint16 para; /* Low byte(P1) is record index. High byte(P2) indicate search mode but now it's RFU, only support search forward from index P1 */
    kal_uint8 access_id;
-   kal_uint8 path[6];   
+   kal_uint8 path[6];
    kal_uint8 src_id;
    kal_uint8 pattern_len; /* pattern data size is MAX_SUPPORT_RECORD_SIZE at most */
    kal_uint8 data[MAX_SUPPORT_RECORD_SIZE+6];  /* max pattern data size + 6 bytes space for command header */
    kal_uint8 sfi;
 } sim_search_record_req_struct;
-    
+
 typedef struct
 {
    LOCAL_PARA_HDR
-   kal_uint16 file_idx;   
-   kal_uint16 para;        
-   kal_uint8 access_id;  
+   kal_uint16 file_idx;
+   kal_uint16 para;
+   kal_uint8 access_id;
    kal_uint8 src_id;
-   kal_uint16 result; 
-   kal_uint16 status_word;   
+   kal_uint16 result;
+   kal_uint16 status_word;
    kal_uint8 record_num;  /* number of pattern matched records. MAX_SUPPORT_RECORD_NUM at most */
    kal_uint8 record[258]; /* max APDU response data size 256 + 2 bytes preserved for SIM dirver */
 } sim_search_record_cnf_struct;
@@ -290,13 +290,13 @@
     kal_bool is_start_finish_ind_noneeded;
 }sim_status_ind_struct;
 
-/* <modem_status>: 
-   0: only MD1 active 
-   1: MD1's RF is closed, but MD1's SIM task is still working only for MD3 SIM remote access and MD3 active 
-   2: both MD1 and MD3 active, but there is at least USIM application existed on the MD1's card 
-   <remote_sim_protocol_task>: 
-   0: MD3 access local card 
-   1: MD3 access MD1's SIM task1 
+/* <modem_status>:
+   0: only MD1 active
+   1: MD1's RF is closed, but MD1's SIM task is still working only for MD3 SIM remote access and MD3 active
+   2: both MD1 and MD3 active, but there is at least USIM application existed on the MD1's card
+   <remote_sim_protocol_task>:
+   0: MD3 access local card
+   1: MD3 access MD1's SIM task1
    2: MD3 access MD1's SIM task2 */
 typedef struct{
     LOCAL_PARA_HDR
@@ -373,7 +373,7 @@
 
 typedef struct {
     LOCAL_PARA_HDR
-    kal_uint8 src_id; 
+    kal_uint8 src_id;
     sim_cmd_result_enum result;
 } sim_rsa_apdu_rsp_cnf_struct;
 
@@ -457,10 +457,5 @@
 	kal_bool	result;
 } sim_restrict_card_type_cnf_struct;
 
-typedef l5_l4c_set_ecall_mode_req_struct l4c_sim_set_ecall_mode_req_struct;
-typedef l5_l4c_set_ecall_mode_cnf_struct l4c_sim_set_ecall_mode_cnf_struct;
-typedef l5_l4c_get_ecall_mode_req_struct l4c_sim_get_ecall_mode_req_struct;
-typedef l5_l4c_get_ecall_mode_cnf_struct l4c_sim_get_ecall_mode_cnf_struct;
-
 #endif
 
diff --git a/mcu/interface/sap/md/emm_msgid.h b/mcu/interface/sap/md/emm_msgid.h
old mode 100755
new mode 100644
index 68796f0..8f46191
--- a/mcu/interface/sap/md/emm_msgid.h
+++ b/mcu/interface/sap/md/emm_msgid.h
@@ -1653,7 +1653,7 @@
 MSG_ID_EMM_REG_EVALIF_EMC_DETACH_IND, // for IMS
 MSG_ID_EMM_REG_EVALIF_T3402_CHANGE_IND, // __REL10__: t3402
 MSG_ID_EMM_REG_EVALIF_T3402_STOP_IND,
-MSG_ID_EMM_REG_EVALIF_PERSISTENT_EPSB_REL_IND, // __REL10__: persistent EPSB
+MSG_ID_EMM_REG_EVALIF_PERSISTENT_EPSB_CTXT_IND, // __REL10__: persistent EPSB
 MSG_ID_EMM_REG_EVALIF_PLMN_RESTRICTION_CHANGE_IND,
 MSG_ID_EMM_REG_EVALIF_C2K_IRAT_ATTACH_RESULT_IND, // for C2K
 MSG_ID_EMM_REG_EVALIF_UPDATE_EMC_PDN_STATUS_IND,
@@ -2073,6 +2073,7 @@
 MSG_ID_EMM_EVALIF_REG_ANY_BROADCAST_REGN_RESULT_IND,
 MSG_ID_EMM_EVALIF_REG_ANY_GENERAL_MODEM_CONFIGURE_SET_REQ,
 MSG_ID_EMM_EVALIF_REG_DISABLE_INFO_UPDATE_NTF,
+MSG_ID_EMM_EVALIF_REG_EMC_REL_DEREG_IND,
 
 // Remote SIM
 MSG_ID_EMM_EVALIF_REG_RSIM_AKA_STATUS_REQ,
diff --git a/mcu/interface/sap/md/esm_msgid.h b/mcu/interface/sap/md/esm_msgid.h
old mode 100755
new mode 100644
index 324de9f..2fc371b
--- a/mcu/interface/sap/md/esm_msgid.h
+++ b/mcu/interface/sap/md/esm_msgid.h
@@ -366,6 +366,10 @@
 
 MSG_ID_ESM_UT_CALL_MOD_API,
 MSG_ID_ESM_UT_SET_FAKE_SMIC_CONTEXT, // Set context for fake SMIC API
+MSG_ID_ESM_UT_COMPOSE_PDN_CONN_EST_REQ, // Set the PDN_CONN_EST_REQ struct
+MSG_ID_ESM_UT_COMPOSE_PDN_CONN_EST_REQ_RESULT, // encode the PDN_CONN_EST_REQ result struct
+MSG_ID_ESM_UT_DECODE_PDN_CONN_EST_REQ, // Set the PDN_CONN_EST_REQ raw data
+MSG_ID_ESM_UT_DECODE_PDN_CONN_EST_REQ_RESULT, // decode the PDN_CONN_EST_REQ raw data result struct
 
 /****************************************************************************
  *                          Destination: ESM (For EM use)
diff --git a/mcu/interface/sap/md/eval_msgid.h b/mcu/interface/sap/md/eval_msgid.h
old mode 100755
new mode 100644
index 7056559..b20bd1e
--- a/mcu/interface/sap/md/eval_msgid.h
+++ b/mcu/interface/sap/md/eval_msgid.h
@@ -904,7 +904,6 @@
 MSG_ID_EVAL_EMM_SRVCC_STATUS_UPDATE_IND, // for IMS
 MSG_ID_EVAL_EMM_NW_REJECT_IND,
 MSG_ID_EVAL_EMM_T3402_CHANGE_IND, // __REL10__: t3402
-MSG_ID_EVAL_EMM_PERSISTENT_EPSB_REL_IND, // __REL10__: persistent EPSB
 //MSG_ID_EVAL_EMM_L2C_TRANSFER_CNF,  // for C2K
 MSG_ID_EVAL_EMM_C2K_IRAT_ATTACH_RESULT_IND, // for C2K
 MSG_ID_EVAL_EMM_REL_IND,
diff --git a/mcu/interface/sap/md/iwlan_msgid.h b/mcu/interface/sap/md/iwlan_msgid.h
old mode 100755
new mode 100644
index 0c0b713..35581df
--- a/mcu/interface/sap/md/iwlan_msgid.h
+++ b/mcu/interface/sap/md/iwlan_msgid.h
@@ -415,6 +415,10 @@
     MSG_ID_MASF_WIFI_INFO_UPDATE_IND,
     MSG_ID_MASF_EWIFIRSSITHR_REQ,
     
+    /* From DHL */   
+    MSG_ID_MASF_DHL_EVENT_NOTIFY,
+    
+    
     /* To IMC */
     MSG_ID_IMC_IWLAN_IMS_ROAMING_STATUS_IND,
     MSG_ID_MASF_IMS_ROAMING_STATUS_IND,
@@ -427,6 +431,8 @@
     MSG_ID_ATP_IWLAN_CSFB_FAIL_IND,
     MSG_ID_EVHD_WMOB_WANS_CSFB_FAIL_IND,
 
+    /* For IWLAN DHL PRINT */        
+    MSG_ID_IWLAN_DHL_EVENT_NOTIFY, 
 /******************************************************************************
  *                                MSG END                                     *
  ******************************************************************************/
diff --git a/mcu/interface/sap/md/l4_msgid.h b/mcu/interface/sap/md/l4_msgid.h
old mode 100755
new mode 100644
index 5b13360..963783d
--- a/mcu/interface/sap/md/l4_msgid.h
+++ b/mcu/interface/sap/md/l4_msgid.h
@@ -220,7 +220,7 @@
     MSG_ID_L5_L4C_SET_PREF_NSSAI_CNF,
     MSG_ID_L5_L4C_VGMM_NW_PARAMS_IND,
     MSG_ID_L5_L4C_OS_ID_UPDATE_REQ,
-#if defined(__ECALL_SUPPORT__) || defined(__NG_ECALL_SUPPORT__)	
+#if defined(__ECALL_SUPPORT__) || defined(__NG_ECALL_SUPPORT__)
     MSG_ID_L5_L4C_SET_ECALL_MODE_REQ,
     MSG_ID_L5_L4C_SET_ECALL_MODE_CNF,
 	MSG_ID_L5_L4C_GET_ECALL_MODE_REQ,
@@ -770,6 +770,7 @@
         MSG_ID_EVAL_ESM_EPSB_DEACT_IND = MSG_ID_ESMREG_EPSB_DEACT_IND,
         MSG_ID_ESMREG_RAT_CHANGE_COMPLETE_IND,
         MSG_ID_EVAL_ESM_RAT_CHANGE_COMPLETE_IND = MSG_ID_ESMREG_RAT_CHANGE_COMPLETE_IND,
+        MSG_ID_ESM_ATTACH_ABORT_DEREG_IND,
 
         MSG_ID_TAF_EXT_ENTER_DATA_MODE_REQ, /* PPP Dial-up */
         MSG_ID_ETCM_EM_DUMP_PDP_CONTEXT_IND, /* ETCM EM msg */
@@ -1530,6 +1531,10 @@
    MSG_ID_L4CRAC_SET_ALLOWED_MCC_LIST_REQ,
    MSG_ID_L4CRAC_SET_ALLOWED_MCC_LIST_CNF,
    MSG_ID_RAC_GMSS_SET_ALLOWED_MCC_LIST_CNF,
+#ifdef __ECALL_SUPPORT__
+   MSG_ID_L4CRAC_GET_T10_STATUS_REQ,
+   MSG_ID_L4CRAC_GET_T10_STATUS_CNF,
+#endif
 
    MSG_ID_RAC_CODE_MAX,//not used, only for MSG_ID_RAC_CODE_END reference
    MSG_ID_RAC_CODE_END = MSG_ID_RAC_CODE_MAX-1,
diff --git a/mcu/interface/sap/md/l5_msgid.h b/mcu/interface/sap/md/l5_msgid.h
old mode 100755
new mode 100644
index 87c9fa0..0e59c93
--- a/mcu/interface/sap/md/l5_msgid.h
+++ b/mcu/interface/sap/md/l5_msgid.h
@@ -181,8 +181,8 @@
         MSG_ID_L5IO_SYS_QUERY_SBP_CNF,
         MSG_ID_L5USYS_GET_WAKEUP_REASON_CNF,
         MSG_ID_L5USYS_SET_SLEEP_TIMER_CNF,
-	    MSG_ID_L5USYS_GET_SLEEP_TIMER_CNF,
-	    MSG_ID_L5USYS_SET_SLEEP_MODE_CNF,
+        MSG_ID_L5USYS_GET_SLEEP_TIMER_CNF,
+        MSG_ID_L5USYS_SET_SLEEP_MODE_CNF,
     MSG_ID_L5IO_SYS_CNF_RANGE_END,
 
         /*L5UXXX,please add cnf to L5IO here*/
@@ -442,7 +442,7 @@
         MSG_ID_L5IO_SIM_EUICC_SLOTS_STATUS_GET_REQ,
         MSG_ID_L5IO_SIM_FACILITY_GET_REQ,
         MSG_ID_L5IO_SIM_FACILITY_SET_REQ,
-        MSG_ID_L5IO_SIM_PIN_COUNT_QUERY_REQ,        
+        MSG_ID_L5IO_SIM_PIN_COUNT_QUERY_REQ,
         MSG_ID_L5IO_USIM_MSG_END,
 
         /*MSG_ID_L5IO->L5USYS*/
@@ -555,6 +555,7 @@
         MSG_ID_L5UPDN_GET_URSP_ROUTE_PROFILE_REQ,
         MSG_ID_L5UPDN_SET_URSP_PRECONF_UE_POLICY_REQ,
         MSG_ID_L5UPDN_GET_URSP_UE_POLICY_REQ,
+        MSG_ID_L5UPDN_GET_URSP_UE_POLICY_PLMN_LIST_REQ,
         MSG_ID_L5UPDN_GET_QOS_REQ,
         MSG_ID_L5UPDN_GET_5GQOS_REQ,
         MSG_ID_L5UPDN_GET_NSSAI_REQ,
@@ -596,12 +597,13 @@
         MSG_ID_L5UPDN_GET_CALL_INFO_CNF,
         MSG_ID_L5UPDN_DUP_ACT_DATA_CALL_IND,
         MSG_ID_L5UPDN_DUP_DEACT_DATA_CALL_IND,
-		MSG_ID_L5UPDN_GET_DISABLED_APN_CNF,
-		MSG_ID_L5UPDN_GET_URSP_ROUTE_PROFILE_CNF,
-		MSG_ID_L5UPDN_SET_URSP_PRECONF_UE_POLICY_CNF,
-		MSG_ID_L5UPDN_GET_URSP_UE_POLICY_CNF,
-		MSG_ID_L5UPDN_URSP_REEVAL_IND,
-		MSG_ID_L5UPDN_URSP_UE_POLICY_CHG_IND,
+        MSG_ID_L5UPDN_GET_DISABLED_APN_CNF,
+        MSG_ID_L5UPDN_GET_URSP_ROUTE_PROFILE_CNF,
+        MSG_ID_L5UPDN_SET_URSP_PRECONF_UE_POLICY_CNF,
+        MSG_ID_L5UPDN_GET_URSP_UE_POLICY_CNF,
+        MSG_ID_L5UPDN_GET_URSP_UE_POLICY_PLMN_LIST_CNF,
+        MSG_ID_L5UPDN_URSP_REEVAL_IND,
+        MSG_ID_L5UPDN_URSP_UE_POLICY_CHG_IND,
         MSG_ID_L5UPDN_SET_RESERVED_IF_ID_CNF,
         MSG_ID_L5UPDN_GET_QOS_CNF,
         MSG_ID_L5UPDN_GET_5GQOS_CNF,
@@ -672,11 +674,11 @@
         MSG_ID_L5IO_CC_CRSS_IND,
         MSG_ID_L5IO_CC_RECV_DTMF_IND,
     MSG_ID_L5IO_L5UCC_IND_MSG_END,
-    
+
     MSG_ID_L5UCC_NTF_MSG_BEGIN,
         MSG_ID_L5UECALL_CC_HANGUP_NTF,
-    MSG_ID_L5UCC_NTF_MSG_END,        
-    
+    MSG_ID_L5UCC_NTF_MSG_END,
+
     MSG_ID_L5_THERMAL_STATE_INFO_IND,
 
     MSG_ID_L5_GENERAL_MODEM_CONFIGURE_SET_REQ,
@@ -707,15 +709,15 @@
     MSG_ID_L5IO_L5UIMS_REQ_MSG_BEGIN,
         /* IO->IMS */
         MSG_ID_L5UIMS_GET_STATE_REQ,
-	    MSG_ID_L5UIMS_SET_EIMSCFG_REQ,
-	    MSG_ID_L5UIMS_GET_PDN_REQ,
+        MSG_ID_L5UIMS_SET_EIMSCFG_REQ,
+        MSG_ID_L5UIMS_GET_PDN_REQ,
     MSG_ID_L5IO_L5UIMS_REQ_MSG_END,
 
     MSG_ID_L5IO_L5UIMS_CNF_MSG_BEGIN,
         /* IMS->IO */
         MSG_ID_L5UIMS_GET_STATE_CNF,
-		MSG_ID_L5UIMS_SET_EIMSCFG_CNF,
-		MSG_ID_L5UIMS_GET_PDN_CNF,
+        MSG_ID_L5UIMS_SET_EIMSCFG_CNF,
+        MSG_ID_L5UIMS_GET_PDN_CNF,
     MSG_ID_L5IO_L5UIMS_CNF_MSG_END,
 
     /* L5USIM IND */
@@ -727,8 +729,10 @@
         MSG_ID_L5IO_SIM_EUICC_SLOTS_STATUS_IND,
         MSG_ID_L5IO_SIM_PHYSICAL_SLOTS_MAPPING_DONE_IND,
         MSG_ID_L5IO_SIM_CSIM_IMSI_CHANGE_IND,
+        MSG_ID_L5IO_SIM_UICC_CHANNEL_STATUS_CHANGE_IND,
+        MSG_ID_L5IO_SIM_SIMIND_IND,
     MSG_ID_L5IO_L5USIM_IND_MSG_END,
-    
+
     /* L5USWITCH IND */
     MSG_ID_L5USWITCH_IND_MSG_BEGIN,
         MSG_ID_L5USWITCH_SIM_SWITCH_STATE_IND,
diff --git a/mcu/interface/sap/md/nas_sv_msgid.h b/mcu/interface/sap/md/nas_sv_msgid.h
old mode 100755
new mode 100644
index 2172225..a6029e4
--- a/mcu/interface/sap/md/nas_sv_msgid.h
+++ b/mcu/interface/sap/md/nas_sv_msgid.h
@@ -76,7 +76,11 @@
 	MSG_ID_RAC_NAS_SV_AS_PLMN_SEARCH_REPORT_IND,
     MSG_ID_RAC_NAS_SV_NR_EMC_SERVICE_AVAILABILITY_IND,
     MSG_ID_RAC_NAS_SV_NR_EMC_SERVICE_AVAILABILITY_RSP,
-
+#ifdef __ECALL_SUPPORT__
+    MSG_ID_RAC_NAS_SV_GET_T10_STATUS_REQ,
+    MSG_ID_RAC_NAS_SV_GET_T10_STATUS_CNF,
+#endif
+	
     /* RAT_TCM <> SV */
     MSG_ID_RAT_TCM_NAS_SV_BEGIN = MSG_ID_NAS_SV_CODE_BEGIN + 100,
 
@@ -116,7 +120,11 @@
     MSG_ID_NAS_SV_ANY_GENERAL_MODEM_CONFIGURE_SET_REQ,
     MSG_ID_NAS_SV_ANY_GENERAL_MODEM_CONFIGURE_SET_CNF,
 	MSG_ID_NAS_SV_ANY_UPDATE_ECALL_MODE_CHANGE_IND,
-
+#ifdef __ECALL_SUPPORT__
+    MSG_ID_NAS_SV_ANY_GET_T10_STATUS_REQ,
+    MSG_ID_NAS_SV_ANY_GET_T10_STATUS_CNF,
+#endif	
+	
     /* SV<>GMSS */
     MSG_ID_NAS_SV_GMSS_BEGIN = MSG_ID_NAS_SV_ANY_BEGIN + 200,
     MSG_ID_NAS_SV_GMSS_SET_RAT_MODE_REQ,
@@ -215,9 +223,11 @@
     MSG_ID_NWSEL_NAS_SV_VGMM_PERMANENT_INVALID_CAUSE_RECOVER_IND,    
     MSG_ID_NWSEL_NAS_SV_CONTINUOUS_IRAT_FAILURE_IND,
     MSG_ID_NWSEL_NAS_SV_PLMN_LIST_STATUS_UPDATE_REQ,
+    MSG_ID_NWSEL_NAS_SV_EMM_PERSISTENT_EPSB_CTXT_IND,
     MSG_ID_NWSEL_NAS_SV_VGMM_N1_REENABLE_CLEAR_FORBIDDEN_TA_LIST_REQ,
 	MSG_ID_NWSEL_NAS_SV_AS_PLMN_SEARCH_REPORT_IND,
 	MSG_ID_NWSEL_NAS_SV_NR_EMC_SERVICE_AVAILABILITY_RSP,
+	MSG_ID_NWSEL_NAS_SV_NRRC_EMC_FORBIDDEN_NW_LIST_UPDATE_REQ,
 
     /* SV<>EVAL */
     /* SV<>EMM */
@@ -254,7 +264,9 @@
     MSG_ID_NAS_SV_EMM_BROADCAST_TIMER_STATUS_IND,    
     MSG_ID_NAS_SV_EMM_SET_ACTIVE_RAT_CNF,
     MSG_ID_NAS_SV_EMM_AS_PARAM_NOTIFY_IND,
+    MSG_ID_NAS_SV_EMM_PERSISTENT_EPSB_CTXT_IND,
     MSG_ID_NAS_SV_EMM_T3402_STOP_IND,
+    MSG_ID_NAS_SV_EMM_EMC_REL_DEREG_IND,
 
     /* SV<>ERRC */
     MSG_ID_NAS_SV_ERRC_BEGIN = MSG_ID_NAS_SV_EMM_BEGIN + 200,
@@ -410,7 +422,8 @@
     MSG_ID_NAS_SV_VGMM_BROADCAST_TIMER_STATUS_IND,
     MSG_ID_NAS_SV_VGMM_CELL_BAND_INFO_UPDATE_IND,
     MSG_ID_NAS_SV_VGMM_EMERGENCY_STATUS_UPDATE_IND,
-    MSG_ID_NAS_SV_VGMM_PERMANENT_INVALID_CAUSE_RECOVER_IND,        
+    MSG_ID_NAS_SV_VGMM_PERMANENT_INVALID_CAUSE_RECOVER_IND,
+    MSG_ID_NAS_SV_VGMM_EMC_REL_DEREG_IND,
 
     /* SV<>VGSM */
     MSG_ID_NAS_SV_VGSM_PERSISTENT_PDU_SESSION_IND,
diff --git a/mcu/interface/sap/md/nwsel_msgid.h b/mcu/interface/sap/md/nwsel_msgid.h
old mode 100755
new mode 100644
index 4679ed2..67bca58
--- a/mcu/interface/sap/md/nwsel_msgid.h
+++ b/mcu/interface/sap/md/nwsel_msgid.h
@@ -212,7 +212,6 @@
     MSG_ID_NWSEL_EVAL_REGN_RESULT_IND,
     MSG_ID_NWSEL_EVAL_SIGNAL_APPEAR_IND,
     MSG_ID_NWSEL_EVAL_T3402_CHANGE_IND,  // __REL10__: t3402
-    MSG_ID_NWSEL_EVAL_PERSISTENT_EPSB_REL_IND,  // __REL10__: persistent EPSB
     MSG_ID_NWSEL_EVAL_PLMN_RESTRICTION_CHANGE_IND,
     MSG_ID_NWSEL_EVAL_EMERGENCY_STATUS_UPDATE_IND, // for IMS
     MSG_ID_NWSEL_EVAL_OOS_SEARCH_IND, // for GMSS C2K
diff --git a/mcu/interface/sap/md/sim_ps_msgid.h b/mcu/interface/sap/md/sim_ps_msgid.h
old mode 100755
new mode 100644
index fbc5704..2635a93
--- a/mcu/interface/sap/md/sim_ps_msgid.h
+++ b/mcu/interface/sap/md/sim_ps_msgid.h
@@ -322,6 +322,7 @@
    MSG_ID_SIM_AP_SIMPOWER_CNF,
    MSG_ID_SIM_DDM_READY_IND,
    MSG_ID_SIM_L5USIM_READY_IND,
+   MSG_ID_SIM_L5USIM_CHANNEL_STATUS_IND,
    MSG_ID_SIM_VGMM_READY_IND,
    MSG_ID_SIM_GET_IDENTITY_REQ,
    MSG_ID_SIM_GET_IDENTITY_CNF,
@@ -368,6 +369,8 @@
    MSG_ID_SIM_BERTLV_SET_DATA_CNF,
    MSG_ID_SAT_EVDL_DATA_CONNECT_IND,
 
+   MSG_ID_SAT_DATA_CONNECTION_CTRL_BY_SIM_REQ,
+   MSG_ID_SAT_DATA_CONNECTION_CTRL_BY_SIM_CNF,
    /* Add above this line */
    MSG_ID_SIM_PS_CODE_MAX,  //not used, only for MSG_ID_SIM_PS_CODE_END reference
    MSG_ID_SIM_PS_CODE_END = MSG_ID_SIM_PS_CODE_MAX-1,
diff --git a/mcu/interface/sap/md/sm_msgid.h b/mcu/interface/sap/md/sm_msgid.h
old mode 100755
new mode 100644
index 70b3743..7768257
--- a/mcu/interface/sap/md/sm_msgid.h
+++ b/mcu/interface/sap/md/sm_msgid.h
@@ -280,13 +280,11 @@
 	MSG_ID_SM_TEST_SM_CALCULATE_HOW_MANY_PDP_ARE_USED, // UT used
 	MSG_ID_GMMSM_CELL_INFO_UPDATE_IND, /* erica 20051229: for egprs */
     MSG_ID_SM_DSBP_RECONFIGURE_IND,
-#ifdef __GEMINI__
 	MSG_ID_GMMSM_RSIM_AKA_RSIM_ACCESS_FOR_AUTH_DOWNLOAD_REQ,
 	MSG_ID_GMMSM_VIRTUAL_MODE_IND,
-	MSG_ID_SM_CODE_END = MSG_ID_GMMSM_VIRTUAL_MODE_IND,
-#else
-	MSG_ID_SM_CODE_END = MSG_ID_SM_DSBP_RECONFIGURE_IND,
-#endif /*__GEMINI__*/
+    MSG_ID_SM_UT_COMPOSE_PDP_ACT_REQ,
+    MSG_ID_SM_UT_DECODE_PDP_ACT_REQ,
+    MSG_ID_SM_CODE_END = MSG_ID_SM_UT_DECODE_PDP_ACT_REQ,
 
 MODULE_MSG_END( MSG_ID_SM_CODE_TAIL )
 	/*------------------- SM_MSG_CODE_END-----------------------*/
diff --git a/mcu/interface/sap/md/smic_msgid.h b/mcu/interface/sap/md/smic_msgid.h
old mode 100755
new mode 100644
index 12acdb2..22ed496
--- a/mcu/interface/sap/md/smic_msgid.h
+++ b/mcu/interface/sap/md/smic_msgid.h
@@ -44,7 +44,9 @@
 
     /* NAS_SV */
     
-    
+    /* RAT_TCM */
+    MSG_ID_RAT_TCM_SMIC_NOTIFY_EMERGENCY_REQ,
+
     /* TCM */
     MSG_ID_TCM_SMIC_5G_UE_INFO_DEFINE_REQ,
     
diff --git a/mcu/interface/sap/md/vdm_msgid.h b/mcu/interface/sap/md/vdm_msgid.h
old mode 100755
new mode 100644
index dafb1e7..2aa6fd8
--- a/mcu/interface/sap/md/vdm_msgid.h
+++ b/mcu/interface/sap/md/vdm_msgid.h
@@ -226,6 +226,9 @@
     // ENH_VOLTE_SI
     MSG_ID_VDM_IMC_ENH_VOLTE_SI_CALL_STATUS_IND,
 
+    // EMC
+    MSG_ID_VDM_IMC_IMS_EMC_SESSION_END_IND,
+
     // <1.3> From CVAL
     MSG_ID_VDM_CVAL_CALL_STATUS_CNF,
 
diff --git a/mcu/interface/sap/md_sap.h b/mcu/interface/sap/md_sap.h
old mode 100755
new mode 100644
index c4161f2..8582a8a
--- a/mcu/interface/sap/md_sap.h
+++ b/mcu/interface/sap/md_sap.h
@@ -1065,9 +1065,11 @@
     DDM_L4BNW_SAP,
 
     /* D2CM */
+    D2CM_SAP,
     ME_D2CM_SAP,
 
     /* D2UM */
+    D2UM_SAP,
     ME_D2UM_SAP,
     D2UM_D2APN_SAP,
     D2UM_D2PM_SAP,
@@ -1075,21 +1077,22 @@
     D2UM_DDM_SAP,
 
     /* D2APN */
+    D2APN_SAP,
     ME_D2APN_SAP,
+    D2APN_D2CUST_SAP,
 
     /* D2 */
     D2_SAP,
 
     /* D2PM */
+    D2PM_SAP,
     ME_D2PM_SAP,
     D2PM_D2APN_SAP,
     D2PM_D2RM_SAP,
     D2PM_DDM_SAP,
 
-    /* D2APN */
-    D2APN_D2CUST_SAP,
-
     /* URSP */
+    URSP_SAP,
     D2APN_URSP_SAP,
     D2PM_URSP_SAP,
     D2RM_URSP_SAP,
@@ -1347,7 +1350,6 @@
     DHL_NWSEL_SAP,
 
     /* UPDS SAP */
-    URSP_SAP,
     UPDS_VGMM_SAP,
     L4C_UPDS_SAP,
 
diff --git a/mcu/interface/sap/svc/wlc_msgid.h b/mcu/interface/sap/svc/wlc_msgid.h
old mode 100755
new mode 100644
index ffb352c..52bff23
--- a/mcu/interface/sap/svc/wlc_msgid.h
+++ b/mcu/interface/sap/svc/wlc_msgid.h
@@ -72,6 +72,7 @@
 	MSG_ID_ATP_WLC_OFFLOAD_KEEP_ALIVE_REQ,
 	MSG_ID_ATP_WLC_EWIFIRSSITHR_REQ,
 	MSG_ID_ATP_WLC_EWIFIRSSIVER_REQ,
+	MSG_ID_ATP_WLC_WIFI_APM_STATE_REQ,
 // <1.2> From User
     MSG_ID_WLC_WIFI_INFO_QUERY_REQ,
     MSG_ID_WLC_WIFI_INFO_REGISTER_REQ,
diff --git a/mcu/interface/service/em/em_el1_public_struct.h b/mcu/interface/service/em/em_el1_public_struct.h
old mode 100755
new mode 100644
index c426c88..85c3034
--- a/mcu/interface/service/em/em_el1_public_struct.h
+++ b/mcu/interface/service/em/em_el1_public_struct.h
@@ -533,6 +533,7 @@
 typedef struct
 {
     /* cell info */
+    kal_int8   Scell_Index;
     kal_uint8  band;
     kal_uint8  ant_port;
     kal_uint8  dl_bw;       // 100kHz
diff --git a/mcu/interface/service/icd/nl1/NL1_Physical_Configuration.h b/mcu/interface/service/icd/nl1/NL1_Physical_Configuration.h
old mode 100755
new mode 100644
index 6a01639..6b8e76e
--- a/mcu/interface/service/icd/nl1/NL1_Physical_Configuration.h
+++ b/mcu/interface/service/icd/nl1/NL1_Physical_Configuration.h
@@ -17,7 +17,7 @@
 // Layer : NL1
 // Type : RECORD
 // Code : 0x9014
-// Version : t-internal-nr-icd-draft3RC1-472-g7d9085c
+// Version : t-internal-nr-icd-draft3RC1-498-gf16e962
 
 #ifndef _NL1_PHYSICAL_CONFIGURATION_H
 #define _NL1_PHYSICAL_CONFIGURATION_H
@@ -31,7 +31,7 @@
 
 #define MAX_ICD_NL1_PHYSICAL_CONFIGURATION_STRUCT_V25_NUMBER_OF_SCELL       8
 
-#define ICD_NL1_PHYSICAL_CONFIGURATION_STRUCT_V25_MAX_SIZE      1916
+#define ICD_NL1_PHYSICAL_CONFIGURATION_STRUCT_V25_MAX_SIZE      1920
 
 typedef struct {
     kal_uint32      pcch_config_idle_valid:1;       // Enum{0: invalid, 1: valid}, valid once UE enters idle mode
@@ -287,6 +287,7 @@
     kal_uint32      dl_frequency_band:8;    // Frequency band index of FR1
     kal_uint32      cell_index:4;       // range[1, 9]
     kal_uint32      ul_cc_index:2;      // range[1, 2]
+    kal_uint32      scell_index:5;      // range[1, 31]
     kal_uint32      ul_carrier_bandwidth:4;     // Quantized bandwidth in MHz
                                                 // Enum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,
                                                 // 7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,
@@ -295,7 +296,7 @@
                                                 // Enum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,
                                                 // 7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,
                                                 // 13:400MHz}
-    kal_uint32      reserved:10;
+    kal_uint32      reserved:5;
     nl1_tdd_ul_dl_pattern       tdd_pattern[2];     // Information of TDD pattern (version 1)
     kal_uint32      ul_narfcn:22;       // Uplink NR-ARFCN of Point A
     kal_uint32      ul_frequency_band:8;    // Frequency band index of FR1
@@ -332,13 +333,26 @@
 typedef    nl1_gap_config_v1    nl1_gap_config;
 
 typedef struct {
+    kal_uint32      serv_cell_index:8;      // Serving cell ID of a PSCell.
+                                            // The PCell of the Master Cell Group uses ID = 0.
+    kal_uint32      t310:4;     // Enum{0:ms0, 1:ms50, 2:ms100, 3:ms200, 4:ms500, 5:ms1000,
+                                // 6:ms2000, 7:ms4000, 8:ms6000}
+    kal_uint32      n310:3;     // Enum{0:n1, 1:n2, 2:n3, 3:n4, 4:n6, 5:n8, 6:n10, 7:n20}
+    kal_uint32      n311:3;     // Enum{0:n1, 1:n2, 2:n3, 3:n4, 4:n5, 5:n6, 6:n8, 7:n10}
+    kal_uint32      reserved:14;
+} nl1_spcell_config_v1;
+
+typedef    nl1_spcell_config_v1    nl1_spcell_config;
+
+typedef struct {
     kal_uint32      version:8;      // Actual version of this log record
     kal_uint32      ue_category:5;      // range[0, 15]
     kal_uint32      physical_cell_id:10;    // range[0, 1007]
     kal_uint32      number_of_transmitted_ssb:9;    // range[1, 64]
     kal_uint32      dl_narfcn:22;       // Downlink NR-ARFCN of SSB
     kal_uint32      dl_frequency_band:8;    // Frequency band index of FR1
-    kal_uint32      reserved:2;
+    kal_uint32      cell_group_id:1;    // range[0, 1]
+    kal_uint32      reserved:1;
     nl1_tdd_ul_dl_pattern       tdd_pattern[2];     // Information of TDD pattern (version 1)
     kal_uint32      ul_narfcn:22;       // Uplink NR-ARFCN of Point A
     kal_uint32      srs_switch_type:3;      // Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}
@@ -379,6 +393,7 @@
     kal_uint32      reserved_3:4;
     kal_uint32      ul_center_frequency;    // Unit: 5khz
     kal_uint32      dl_center_frequency;    // Unit: 5khz
+    nl1_spcell_config       spcell_config;      // Information of SpCell Configuration (version 1)
     nl1_gap_config      gap_config;     // Information of measurement gap (version 1)
     nl1_sul_config      sul_config;     // Information of SUL configuration (version 2)
     nl1_scell_config    scell_config[FLEXIBLE_ARRAY_SIZE];      // N := Number of Scell
@@ -391,6 +406,6 @@
 
 
 /* Public JSON start
-"NL1_Physical_Configuration": {"info": {"Category": "NR", "Layer": "L1", "Code": "0x9014", "Name": "NL1_Physical_Configuration", "Type": "RECORD", "Desc": "This log packet contains the important parameters of physical channel configuration. The log is generated every 1000ms or once when the parameters are updated.\n"}, "table": {"NL1_Physical_Configuration": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Version", "UINT32", "1", "0", "8", "Actual version of this log record"], "1": ["Versions", "NL1_PHY_Config_Versions", "1", "8", "VAR", "Available versions of this log record.\nThe value of above \"Version\" field\ndetermines the corresponding structure\ndefined in below structure tables."]}, "Name": "NL1_Physical_Configuration"}, "NL1_PHY_Config_Versions": {"ColNum": 3, "Header": ["Version", "Type Name", "Description"], "Data": {"0": ["6", "NL1_PHY_Config_V6", "Information of PHY Config (version 6)"], "1": ["7", "NL1_PHY_Config_V7", "Information of PHY Config (version 7)"], "2": ["8", "NL1_PHY_Config_V8", "Information of PHY Config (version 8)"], "3": ["9", "NL1_PHY_Config_V9", "Information of PHY Config (version 9)"], "4": ["10", "NL1_PHY_Config_V10", "Information of PHY Config (version 10)"], "5": ["11", "NL1_PHY_Config_V11", "Information of PHY Config (version 11)"], "6": ["12", "NL1_PHY_Config_V12", "Information of PHY Config (version 12)"], "7": ["13", "NL1_PHY_Config_V13", "Information of PHY Config (version 13)"], "8": ["14", "NL1_PHY_Config_V14", "Information of PHY Config (version 14)"], "9": ["15", "NL1_PHY_Config_V15", "Information of PHY Config (version 15)"], "10": ["16", "NL1_PHY_Config_V16", "Information of PHY Config (version 16)"], "11": ["17", "NL1_PHY_Config_V17", "Information of PHY Config (version 17)"], "12": ["18", "NL1_PHY_Config_V18", "Information of PHY Config (version 18)"], "13": ["19", "NL1_PHY_Config_V19", "Information of PHY Config (version 19)"], "14": ["20", "NL1_PHY_Config_V20", "Information of PHY Config (version 20)"], "15": ["21", "NL1_PHY_Config_V21", "Information of PHY Config (version 21)"], "16": ["22", "NL1_PHY_Config_V22", "Information of PHY Config (version 22)"], "17": ["23", "NL1_PHY_Config_V23", "Information of PHY Config (version 23)"], "18": ["24", "NL1_PHY_Config_V24", "Information of PHY Config (version 24)"], "19": ["25", "NL1_PHY_Config_V25", "Information of PHY Config (version 25)"]}, "Name": "NL1_PHY_Config_Versions"}, "NL1_PHY_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["Carrier Index", "UINT32", "1", "46", "3", "range[0, 7]"], "5": ["DL Frequency Band", "UINT32", "1", "49", "7", "range[1, 89]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Reserved", "UINT32", "1", "213", "3", ""], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Cell Type", "UINT32", "1", "245", "1", "Enum{0: PCell, 1: SCell}"], "15": ["Reserved", "UINT32", "1", "246", "2", ""], "16": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "376", "32", "Information of PUCCH configuration (version 1)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "408", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "536", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "664", "32", "Information of PDSCH configuration (version 4)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "696", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "984", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1368", "32", "Information of antenna configuration (version 1)"], "25": ["Active UL BWP Config", "NL1_BWP_Config_V1", "1", "1400", "64", "Configuration of active uplink BWP (version 1)"], "26": ["Active DL BWP Config", "NL1_BWP_Config_V1", "1", "1464", "64", "Configuration of active downlink BWP (version 1)"], "27": ["TRS Config", "NL1_TRS_Config_V1", "8", "1528", "256", "Configuration of tracking reference signal (version 1)"]}, "Name": "NL1_PHY_Config_V6"}, "NL1_PHY_Config_V7": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["Carrier Index", "UINT32", "1", "46", "3", "range[0, 7]"], "5": ["DL Frequency Band", "UINT32", "1", "49", "7", "range[1, 89]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Reserved", "UINT32", "1", "213", "3", ""], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Cell Type", "UINT32", "1", "245", "1", "Enum{0: PCell, 1: SCell}"], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "376", "32", "Information of PUCCH configuration (version 1)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "408", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "536", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "664", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "696", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "984", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1368", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V2", "1", "1400", "96", "Configuration of active uplink BWP (version 2)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V2", "1", "1496", "96", "Configuration of active downlink BWP (version 2)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1592", "256", "Configuration of tracking reference signal (version 1)"]}, "Name": "NL1_PHY_Config_V7"}, "NL1_PHY_Config_V8": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V8", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["Reserved", "UINT32", "1", "46", "3", ""], "5": ["DL Frequency Band", "UINT32", "1", "49", "7", "range[1, 89]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "376", "32", "Information of PUCCH configuration (version 1)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "408", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "536", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "664", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "696", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "984", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1368", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V2", "1", "1400", "96", "Configuration of active uplink BWP (version 2)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V2", "1", "1496", "96", "Configuration of active downlink BWP (version 2)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1592", "256", "Configuration of tracking reference signal (version 1)"], "29": ["Scell Config", "NL1_Scell_Config_V1", "N", "1848", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V9": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V9", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "7", "range[1, 89]"], "5": ["Reference Subcarrier Spacing", "UINT32", "1", "53", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V2", "1", "376", "288", "Information of PUCCH configuration (version 2)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "664", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "792", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "920", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "952", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1240", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1624", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1656", "96", "Configuration of active uplink BWP (version 3)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1752", "96", "Configuration of active downlink BWP (version 3)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1848", "256", "Configuration of tracking reference signal (version 1)"], "29": ["Scell Config", "NL1_Scell_Config_V1", "N", "2104", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V10": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V10", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "7", "range[1, 89]"], "5": ["Reference Subcarrier Spacing", "UINT32", "1", "53", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V2", "1", "376", "288", "Information of PUCCH configuration (version 2)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "664", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "792", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "920", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "952", "288", "Information of SRS resource set configuration(version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1240", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1624", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1656", "96", "Configuration of active uplink BWP (version 3)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1752", "96", "Configuration of active downlink BWP (version 3)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1848", "256", "Configuration of tracking reference signal (version 1)"], "29": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2104", "32", "PCCH Config in idle mode"], "30": ["UE Power Class", "UINT32", "1", "2136", "3", "1,2,3,4, 0:INVALID, Range[0,4]"], "31": ["Reserved", "UINT32", "1", "2139", "29", ""], "32": ["Scell Config", "NL1_Scell_Config_V1", "N", "2168", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V11": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V11", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "7", "range[1, 89]"], "5": ["Reference Subcarrier Spacing", "UINT32", "1", "53", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "376", "288", "Information of PUCCH configuration (version 3)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "664", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "792", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "920", "32", "Information of PDSCH configuration (version 5)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "952", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1240", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1624", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1656", "96", "Configuration of active uplink BWP (version 3)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1752", "96", "Configuration of active downlink BWP (version 3)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1848", "256", "Configuration of tracking reference signal (version 1)"], "29": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2104", "32", "PCCH Config in idle mode"], "30": ["UE Power Class", "UINT32", "1", "2136", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "31": ["UL Point A NARFCN", "UINT32", "1", "2139", "22", "Uplink NR-ARFCN of Point A"], "32": ["Reserved", "UINT32", "1", "2161", "7", ""], "33": ["UL Center Frequency", "UINT32", "1", "2168", "32", "Unit: 5khz"], "34": ["DL Center Frequency", "UINT32", "1", "2200", "32", "Unit: 5khz"], "35": ["Scell Config", "NL1_Scell_Config_V2", "N", "2232", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V12": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V12", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Reserved", "UINT32", "1", "54", "2", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "14": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "15": ["Reserved", "UINT32", "1", "247", "1", ""], "16": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "25": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1688", "96", "Configuration of active uplink BWP (version 3)"], "26": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1784", "96", "Configuration of active downlink BWP (version 3)"], "27": ["TRS Config", "NL1_TRS_Config_V1", "8", "1880", "256", "Configuration of tracking reference signal (version 1)"], "28": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2136", "32", "PCCH Config in idle mode"], "29": ["UE Power Class", "UINT32", "1", "2168", "3", "1,2,3,4, 0:INVALID, Range[0, 4]"], "30": ["UL Point A NARFCN", "UINT32", "1", "2171", "22", "Uplink NR-ARFCN of Point A"], "31": ["Reference Subcarrier Spacing", "UINT32", "1", "2193", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "32": ["Reserved", "UINT32", "1", "2196", "4", ""], "33": ["UL Center Frequency", "UINT32", "1", "2200", "32", "Unit: 5khz"], "34": ["DL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "35": ["Gap Config", "NL1_Gap_Config_V1", "1", "2264", "32", "Information of measurement gap (version 1)"], "36": ["SUL Config", "NL1_SUL_Config_V1", "1", "2296", "32", "Information of SUL configuration (version 1)"], "37": ["Scell Config", "NL1_Scell_Config_V3", "N", "2328", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V13": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V13", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Reserved", "UINT32", "1", "54", "2", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "14": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "15": ["Reserved", "UINT32", "1", "247", "1", ""], "16": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "25": ["Reserved", "UINT32", "1", "1688", "26", ""], "26": ["Default DL BWP Id", "UINT32", "1", "1714", "3", "range[0, 4]"], "27": ["Number of DL BWP", "UINT32", "1", "1717", "3", "range[1, 4]"], "28": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1720", "96", "Configuration of active uplink BWP (version 3)"], "29": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1816", "96", "Configuration of active downlink BWP (version 3)"], "30": ["TRS Config", "NL1_TRS_Config_V1", "8", "1912", "256", "Configuration of tracking reference signal (version 1)"], "31": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2168", "32", "PCCH Config in idle mode"], "32": ["UE Power Class", "UINT32", "1", "2200", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "33": ["UL Point A NARFCN", "UINT32", "1", "2203", "22", "Uplink NR-ARFCN of Point A"], "34": ["Reference Subcarrier Spacing", "UINT32", "1", "2225", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "35": ["Reserved", "UINT32", "1", "2228", "4", ""], "36": ["UL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "37": ["DL Center Frequency", "UINT32", "1", "2264", "32", "Unit: 5khz"], "38": ["Gap Config", "NL1_Gap_Config_V1", "1", "2296", "32", "Information of measurement gap (version 1)"], "39": ["SUL Config", "NL1_SUL_Config_V2", "1", "2328", "704", "Information of SUL configuration (version 2)"], "40": ["Scell Config", "NL1_Scell_Config_V3", "N", "3032", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V14": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V14", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Reserved", "UINT32", "1", "55", "1", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "376", "32", "Information of PUSCH configuration (version 4)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, rang[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V3", "1", "2456", "704", "Information of SUL configuration (version 3)"], "39": ["Scell Config", "NL1_Scell_Config_V4", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V15": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V15", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Reserved", "UINT32", "1", "55", "1", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "376", "32", "Information of PUSCH configuration (version 4)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V3", "1", "2456", "704", "Information of SUL configuration (version 3)"], "39": ["Scell Config", "NL1_Scell_Config_V5", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V16": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V16", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "376", "32", "Information of PUSCH configuration (version 4)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V3", "1", "2456", "704", "Information of SUL configuration (version 3)"], "39": ["Scell Config", "NL1_Scell_Config_V6", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V17": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V17", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V4", "1", "2456", "704", "Information of SUL configuration (version 4)"], "39": ["Scell Config", "NL1_Scell_Config_V7", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V18": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V18", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V4", "1", "2456", "704", "Information of SUL configuration (version 4)"], "39": ["Scell Config", "NL1_Scell_Config_V8", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V19": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V19", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V5", "1", "2456", "704", "Information of SUL configuration (version 5)"], "39": ["Scell Config", "NL1_Scell_Config_V9", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V20": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V20", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["Reserved", "UINT32", "1", "1817", "25", ""], "26": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "27": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "28": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "29": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "30": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "31": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "32": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "33": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "34": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "35": ["Reserved", "UINT32", "1", "2356", "4", ""], "36": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "37": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "38": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "39": ["SUL Config", "NL1_SUL_Config_V5", "1", "2456", "704", "Information of SUL configuration (version 5)"], "40": ["Scell Config", "NL1_Scell_Config_V9", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V21": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V21", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Reserved", "UINT32", "1", "54", "2", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "14": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "15": ["Reserved", "UINT32", "1", "247", "1", ""], "16": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1688", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1692", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "27": ["Reserved", "UINT32", "1", "1696", "18", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1714", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1717", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1720", "96", "Configuration of active uplink BWP (version 3)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1816", "96", "Configuration of active downlink BWP (version 3)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "1912", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2168", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2200", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2203", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2225", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2228", "4", ""], "38": ["UL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "39": ["DL Center Frequency", "UINT32", "1", "2264", "32", "Unit: 5khz"], "40": ["Gap Config", "NL1_Gap_Config_V1", "1", "2296", "32", "Information of measurement gap (version 1)"], "41": ["SUL Config", "NL1_SUL_Config_V2", "1", "2328", "704", "Information of SUL configuration (version 2)"], "42": ["Scell Config", "NL1_Scell_Config_V10", "N", "3032", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V22": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V22", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1817", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1821", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "27": ["Reserved", "UINT32", "1", "1825", "17", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2356", "4", ""], "38": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "39": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "40": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "41": ["SUL Config", "NL1_SUL_Config_V5", "1", "2456", "704", "Information of SUL configuration (version 5)"], "42": ["Scell Config", "NL1_Scell_Config_V11", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V23": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V23", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1817", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1821", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "27": ["Reserved", "UINT32", "1", "1825", "17", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2356", "4", ""], "38": ["P Max Valid", "INT16", "1", "2360", "1", "Enum{0: Invalid, 1: Valid}"], "39": ["P Max", "INT16", "1", "2361", "8", "range[-30, 33]"], "40": ["Reserved", "INT16", "1", "2369", "7", ""], "41": ["Qrxlevmin", "INT16", "1", "2376", "16", "range[-70, -22]"], "42": ["UL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "43": ["DL Center Frequency", "UINT32", "1", "2424", "32", "Unit: 5khz"], "44": ["SpCell Config", "NL1_SpCell_Config_V1", "1", "2456", "32", "Information of SpCell Configuration (version 1)"], "45": ["Gap Config", "NL1_Gap_Config_V1", "1", "2488", "32", "Information of measurement gap (version 1)"], "46": ["SUL Config", "NL1_SUL_Config_V5", "1", "2520", "704", "Information of SUL configuration (version 5)"], "47": ["Scell Config", "NL1_Scell_Config_V12", "N", "3224", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V24": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V24", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V6", "1", "376", "32", "Information of PUSCH configuration (version 6)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1817", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1821", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "27": ["Reserved", "UINT32", "1", "1825", "17", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V5", "1", "1848", "96", "Configuration of active uplink BWP (version 5)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V5", "1", "1944", "96", "Configuration of active downlink BWP (version 5)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2356", "4", ""], "38": ["P Max Valid", "INT16", "1", "2360", "1", "Enum{0: Invalid, 1: Valid}"], "39": ["P Max", "INT16", "1", "2361", "8", "range[-30, 33]"], "40": ["Reserved", "INT16", "1", "2369", "7", ""], "41": ["Qrxlevmin", "INT16", "1", "2376", "16", "range[-70, -22]"], "42": ["UL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "43": ["DL Center Frequency", "UINT32", "1", "2424", "32", "Unit: 5khz"], "44": ["SpCell Config", "NL1_SpCell_Config_V1", "1", "2456", "32", "Information of SpCell Configuration (version 1)"], "45": ["Gap Config", "NL1_Gap_Config_V1", "1", "2488", "32", "Information of measurement gap (version 1)"], "46": ["DCP Config", "NL1_DCP_Config_V1", "1", "2520", "64", "Information of DCP Configuration (version 1)"], "47": ["SUL Config", "NL1_SUL_Config_V6", "1", "2584", "704", "Information of SUL configuration (version 6)"], "48": ["Scell Config", "NL1_Scell_Config_V13", "N", "3288", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V25": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V25", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Reserved", "UINT32", "1", "54", "2", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "14": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "15": ["Reserved", "UINT32", "1", "247", "1", ""], "16": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V4", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1688", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1692", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "27": ["Reserved", "UINT32", "1", "1696", "18", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1714", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1717", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1720", "96", "Configuration of active uplink BWP (version 3)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1816", "96", "Configuration of active downlink BWP (version 3)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "1912", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2168", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2200", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2203", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2225", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2228", "4", ""], "38": ["UL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "39": ["DL Center Frequency", "UINT32", "1", "2264", "32", "Unit: 5khz"], "40": ["Gap Config", "NL1_Gap_Config_V1", "1", "2296", "32", "Information of measurement gap (version 1)"], "41": ["SUL Config", "NL1_SUL_Config_V2", "1", "2328", "704", "Information of SUL configuration (version 2)"], "42": ["Scell Config", "NL1_Scell_Config_V14", "N", "3032", "VAR", "N := Number of Scell"]}}, "NL1_SpCell_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Serv Cell Index", "UINT32", "1", "0", "8", "Serving cell ID of a PSCell.\nThe PCell of the Master Cell Group uses ID = 0."], "1": ["t310", "UINT32", "1", "8", "4", "Enum{0:ms0, 1:ms50, 2:ms100, 3:ms200, 4:ms500, 5:ms1000,\n6:ms2000, 7:ms4000, 8:ms6000}"], "2": ["n310", "UINT32", "1", "12", "3", "Enum{0:n1, 1:n2, 2:n3, 3:n4, 4:n6, 5:n8, 6:n10, 7:n20}"], "3": ["n311", "UINT32", "1", "15", "3", "Enum{0:n1, 1:n2, 2:n3, 3:n4, 4:n5, 5:n6, 6:n8, 7:n10}"], "4": ["Reserved", "UINT32", "1", "18", "14", ""]}, "Name": "NL1_SpCell_Config_V1"}, "NL1_Gap_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Gap Valid", "UINT32", "1", "0", "1", "0: Gap is not configured,\n1: Gap is configured and the following parameters are valid\nEnum{0:not valid, 1:valid}"], "1": ["Gap Period", "UINT32", "1", "1", "2", "range[0, 3], Enum{0:20ms, 1:40ms, 2:80ms, 3:160ms}"], "2": ["Gap Length", "UINT32", "1", "3", "3", "range[0, 5], Enum{0:1_5ms,1:3ms,2:3_5ms,3:4ms,4:5_5ms,5:6ms}"], "3": ["Gap Offset", "UINT32", "1", "6", "8", "range[0, 159]"], "4": ["Reserved", "UINT32", "1", "14", "18", ""]}, "Name": "NL1_Gap_Config_V1"}, "NL1_Scell_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "7", "range[1, 89]"], "3": ["Cell Index", "UINT32", "1", "39", "4", "range[1, 9]"], "4": ["Reserved", "UINT32", "1", "43", "21", ""], "5": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "6": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "7": ["UL Frequency Band", "UINT32", "1", "214", "7", "range[1, 89]"], "8": ["Reserved", "UINT32", "1", "221", "3", ""], "9": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "10": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "256", "32", "Information of PUCCH configuration (version 1)"], "11": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "288", "128", "CSS configuration"], "12": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "416", "128", "USS configuration"], "13": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "544", "32", "Information of PDSCH configuration (version 4)"], "14": ["Active UL BWP Config", "NL1_BWP_Config_V2", "1", "576", "96", "Configuration of active uplink BWP (version 2)"], "15": ["Active DL BWP Config", "NL1_BWP_Config_V2", "1", "672", "96", "Configuration of active downlink BWP (version 2)"]}, "Name": "NL1_Scell_Config_V1"}, "NL1_Scell_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "7", "range[1, 89]"], "3": ["Cell Index", "UINT32", "1", "39", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "43", "2", "range[1, 2]"], "5": ["Reserved", "UINT32", "1", "45", "19", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "8": ["UL Frequency Band", "UINT32", "1", "214", "7", "range[1, 89]"], "9": ["Cell Type", "UINT32", "1", "221", "1", "Enum{0: DL+UL, 1: Only DL}"], "10": ["Reserved", "UINT32", "1", "222", "2", ""], "11": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "800", "32", "Information of PDSCH configuration (version 4)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1110", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1142", "10", ""]}, "Name": "NL1_Scell_Config_V2"}, "NL1_Scell_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "8", "Frequency band index of FR1"], "3": ["Cell Index", "UINT32", "1", "40", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "44", "2", "range[1, 2]"], "5": ["Reserved", "UINT32", "1", "46", "18", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "8": ["UL Frequency Band", "UINT32", "1", "214", "8", "Frequency band index of FR1"], "9": ["Cell Type", "UINT32", "1", "222", "1", "Enum{0: DL+UL, 1: Only DL}"], "10": ["Reserved", "UINT32", "1", "223", "1", ""], "11": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "800", "32", "Information of PDSCH configuration (version 5)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1110", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1142", "10", ""]}, "Name": "NL1_Scell_Config_V3"}, "NL1_Scell_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "2", "range[1, 2]"], "5": ["Reserved", "UINT32", "1", "47", "17", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "8": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "9": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "10": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "224", "32", "Information of PUSCH configuration (version 4)"], "11": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "12": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "13": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "14": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "15": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "16": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "17": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "18": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "19": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "20": ["Reserved", "UINT32", "1", "1238", "10", ""], "21": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "22": ["Reserved", "UINT32", "1", "1270", "10", ""]}, "Name": "NL1_Scell_Config_V4"}, "NL1_Scell_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "2", "range[1, 2]"], "5": ["CP Type", "UINT32", "1", "47", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "48", "16", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "224", "32", "Information of PUSCH configuration (version 4)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1568", "384", "Information of CSI report configuration (version 2)"]}, "Name": "NL1_Scell_Config_V5"}, "NL1_Scell_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "224", "32", "Information of PUSCH configuration (version 4)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1568", "384", "Information of CSI report configuration (version 2)"]}, "Name": "NL1_Scell_Config_V6"}, "NL1_Scell_Config_V7": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1568", "384", "Information of CSI report configuration (version 2)"]}, "Name": "NL1_Scell_Config_V7"}, "NL1_Scell_Config_V8": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1568", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V8"}, "NL1_Scell_Config_V9": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "960", "96", "Configuration of active uplink BWP (version 4)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1056", "96", "Configuration of active downlink BWP (version 4)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1568", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V9"}, "NL1_Scell_Config_V10": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "8", "Frequency band index of FR1"], "3": ["Cell Index", "UINT32", "1", "40", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "44", "2", "range[1, 2]"], "5": ["UL Carrier Bandwidth", "UINT32", "1", "46", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "6": ["DL Carrier Bandwidth", "UINT32", "1", "50", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "7": ["Reserved", "UINT32", "1", "54", "10", ""], "8": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "9": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "10": ["UL Frequency Band", "UINT32", "1", "214", "8", "Frequency band index of FR1"], "11": ["Cell Type", "UINT32", "1", "222", "1", "Enum{0: DL+UL, 1: Only DL}"], "12": ["Reserved", "UINT32", "1", "223", "1", ""], "13": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "800", "32", "Information of PDSCH configuration (version 5)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "20": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1110", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1142", "10", ""]}, "Name": "NL1_Scell_Config_V10"}, "NL1_Scell_Config_V11": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["UL Carrier Bandwidth", "UINT32", "1", "49", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "7": ["DL Carrier Bandwidth", "UINT32", "1", "53", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "8": ["Reserved", "UINT32", "1", "57", "7", ""], "9": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "10": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "11": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "12": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "13": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "960", "96", "Configuration of active uplink BWP (version 4)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1056", "96", "Configuration of active downlink BWP (version 4)"], "20": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1238", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1270", "6", ""], "26": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "27": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "28": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "29": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1568", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V11"}, "NL1_Scell_Config_V12": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["UL Carrier Bandwidth", "UINT32", "1", "49", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "7": ["DL Carrier Bandwidth", "UINT32", "1", "53", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "8": ["Reserved", "UINT32", "1", "57", "7", ""], "9": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "10": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "11": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "12": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "13": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "960", "96", "Configuration of active uplink BWP (version 4)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1056", "96", "Configuration of active downlink BWP (version 4)"], "20": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1238", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1270", "6", ""], "26": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "27": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "28": ["P Max Valid", "INT32", "1", "1280", "1", "Enum{0: Invalid, 1: Valid}"], "29": ["P Max", "INT32", "1", "1281", "8", "range[-30, 33]"], "30": ["Reserved", "INT32", "1", "1289", "23", ""], "31": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1312", "288", "Information of SRS resource set configuration (version 2)"], "32": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1600", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V12"}, "NL1_Scell_Config_V13": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["UL Carrier Bandwidth", "UINT32", "1", "49", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "7": ["DL Carrier Bandwidth", "UINT32", "1", "53", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "8": ["Reserved", "UINT32", "1", "57", "7", ""], "9": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "10": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "11": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "12": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "13": ["PUSCH Config", "NL1_PUSCH_Config_V6", "1", "224", "32", "Information of PUSCH configuration (version 6)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V5", "1", "960", "96", "Configuration of active uplink BWP (version 5)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V5", "1", "1056", "96", "Configuration of active downlink BWP (version 5)"], "20": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1238", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1270", "6", ""], "26": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "27": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "28": ["P Max Valid", "INT32", "1", "1280", "1", "Enum{0: Invalid, 1: Valid}"], "29": ["P Max", "INT32", "1", "1281", "8", "range[-30, 33]"], "30": ["Reserved", "INT32", "1", "1289", "23", ""], "31": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1312", "288", "Information of SRS resource set configuration (version 2)"], "32": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1600", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V13"}, "NL1_Scell_Config_V14": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "8", "Frequency band index of FR1"], "3": ["Cell Index", "UINT32", "1", "40", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "44", "2", "range[1, 2]"], "5": ["UL Carrier Bandwidth", "UINT32", "1", "46", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "6": ["DL Carrier Bandwidth", "UINT32", "1", "50", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "7": ["Reserved", "UINT32", "1", "54", "10", ""], "8": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "9": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "10": ["UL Frequency Band", "UINT32", "1", "214", "8", "Frequency band index of FR1"], "11": ["Cell Type", "UINT32", "1", "222", "1", "Enum{0: DL+UL, 1: Only DL}"], "12": ["Reserved", "UINT32", "1", "223", "1", ""], "13": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "800", "32", "Information of PDSCH configuration (version 5)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "20": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1110", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1142", "10", ""], "26": ["CSI Report Config", "NL1_CSI_Report_Config_V4", "4", "1152", "384", "Information of CSI report configuration (version 4)"]}, "Name": "NL1_Scell_Config_V14"}, "NL1_SUL_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""]}, "Name": "NL1_SUL_Config_V1"}, "NL1_SUL_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "288", "32", "Information of PUSCH configuration (version 3)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "608", "96", "Configuration of active uplink BWP (version 3)"]}, "Name": "NL1_SUL_Config_V2"}, "NL1_SUL_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "288", "32", "Information of PUSCH configuration (version 4)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "608", "96", "Configuration of active uplink BWP (version 3)"]}, "Name": "NL1_SUL_Config_V3"}, "NL1_SUL_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "288", "32", "Information of PUSCH configuration (version 5)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "608", "96", "Configuration of active uplink BWP (version 3)"]}, "Name": "NL1_SUL_Config_V4"}, "NL1_SUL_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "288", "32", "Information of PUSCH configuration (version 5)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "608", "96", "Configuration of active uplink BWP (version 4)"]}, "Name": "NL1_SUL_Config_V5"}, "NL1_SUL_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V6", "1", "288", "32", "Information of PUSCH configuration (version 6)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V5", "1", "608", "96", "Configuration of active uplink BWP (version 5)"]}, "Name": "NL1_SUL_Config_V6"}, "NL1_TDD_UL_DL_Pattern_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Transmission Period", "UINT32", "1", "1", "4", "Enum{0: 0_5ms, 1: 0_625ms, 2: 1msB, 3: 1_25ms, 4: 2ms,\n5: 2_5ms, 6: 3ms, 7: 4ms, 8: 5ms, 9: 10ms}"], "2": ["Number of DL slot", "UINT32", "1", "5", "9", "range[0, 320]"], "3": ["Number of UL slot", "UINT32", "1", "14", "9", "range[0, 320]"], "4": ["Number of DL symbol", "UINT32", "1", "23", "4", "range[0, 14]"], "5": ["Number of UL symbol", "UINT32", "1", "27", "4", "range[0, 14]"], "6": ["Reserved", "UINT32", "1", "31", "1", ""], "7": ["Guard Period", "UINT32", "1", "32", "4", "range[0, 10]"], "8": ["Reserved", "UINT32", "1", "36", "28", ""]}, "Name": "NL1_TDD_UL_DL_Pattern_V1"}, "NL1_RACH_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["PRACH Configuration Index", "UINT32", "1", "0", "8", "range[0, 255]"], "1": ["Root Sequence Index", "UINT32", "1", "8", "10", "range[0, 837]"], "2": ["Total Number of Preambles", "UINT32", "1", "18", "6", "range[1, 63]"], "3": ["SSB RO Config Valid", "UINT32", "1", "24", "1", "Enum{0: Invalid, 1: Valid}"], "4": ["SSB Per RO", "UINT32", "1", "25", "3", "Enum{0: 1/8, 1: 1/4, 2: 1/2, 3: 1, 4: 2, 5: 4, 6: 8, 7: 16}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["CB Preambles Per SSB", "UINT32", "1", "32", "6", "range[1, 63]"], "7": ["MSG1 SCS", "UINT32", "1", "38", "3", "Enum{0:15KHz,1:30KHz,2:60KHz,3:120KHz,4:240KHz,5:Invalid}"], "8": ["Reserved", "UINT32", "1", "41", "23", ""], "9": ["Preamble Target Power", "INT16", "1", "64", "16", "Initial preamble power as defined in TS 38.321-5.1.3"], "10": ["SSB RSRP Threshold", "INT16", "1", "80", "16", "RSRP threshold for the selection of SSB\nas defined in TS 38.321 - 5.1.2"]}, "Name": "NL1_RACH_Config_V1"}, "NL1_RACH_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["PRACH Configuration Index", "UINT32", "1", "0", "8", "range[0, 255]"], "1": ["Root Sequence Index", "UINT32", "1", "8", "10", "range[0, 837]"], "2": ["Total Number of Preambles", "UINT32", "1", "18", "6", "range[1, 63]"], "3": ["SSB RO Config Valid", "UINT32", "1", "24", "1", "Enum{0: Invalid, 1: Valid}"], "4": ["SSB Per RO", "UINT32", "1", "25", "3", "Enum{0: 1/8, 1: 1/4, 2: 1/2, 3: 1, 4: 2, 5: 4, 6: 8, 7: 16}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["CB Preambles Per SSB", "UINT32", "1", "32", "6", "range[1, 63]"], "7": ["MSG1 SCS", "UINT32", "1", "38", "3", "Enum{0:15KHz,1:30KHz,2:60KHz,3:120KHz,4:240KHz,5:Invalid}"], "8": ["Reserved", "UINT32", "1", "41", "23", ""], "9": ["Preamble Target Power", "INT16", "1", "64", "16", "Initial preamble power as defined in TS 38.321-5.1.3"], "10": ["SSB RSRP Threshold", "INT16", "1", "80", "16", "RSRP threshold for the selection of SSB\nas defined in TS 38.321 - 5.1.1"], "11": ["SUL RSRP Threshold", "INT16", "1", "96", "16", "RSRP threshold for the selection between NUL and SUL carrier\nas defined in TS 38.321 - 5.1.1"], "12": ["Reserved", "INT16", "1", "112", "16", ""]}, "Name": "NL1_RACH_Config_V2"}, "NL1_PUSCH_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["Reserved", "UINT32", "1", "12", "20", ""]}, "Name": "NL1_PUSCH_Config_V3"}, "NL1_PUSCH_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["PTRS Config Valid", "UINT32", "1", "12", "1", "Enum{0 : invalid, 1: valid}"], "9": ["Reserved", "UINT32", "1", "13", "19", ""]}, "Name": "NL1_PUSCH_Config_V4"}, "NL1_PUSCH_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["PTRS Config Valid", "UINT32", "1", "12", "1", "Enum{0 : invalid, 1: valid}"], "9": ["Transform Precoder", "UINT32", "1", "13", "1", "range[0, 1], Enum{0: Disabled, 1: Enabled}"], "10": ["Reserved", "UINT32", "1", "14", "18", ""]}, "Name": "NL1_PUSCH_Config_V5"}, "NL1_PUSCH_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["PTRS Config Valid", "UINT32", "1", "12", "1", "Enum{0 : invalid, 1: valid}"], "9": ["Transform Precoder", "UINT32", "1", "13", "1", "range[0, 1], Enum{0: Disabled, 1: Enabled}"], "10": ["uplink TX switching valid", "UINT32", "1", "14", "1", "Enum{0: Invalid config, 1: Valid config}"], "11": ["uplink TX switching period location", "UINT32", "1", "15", "1", "Enum{0: False, 1: True}"], "12": ["uplink TX switching carrier", "UINT32", "1", "16", "1", "Enum{0: carrier1, 1: carrier2}"], "13": ["Reserved", "UINT32", "1", "17", "15", ""]}, "Name": "NL1_PUSCH_Config_V6"}, "NL1_PUCCH_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Group Hopping", "UINT32", "1", "0", "1", "Enum{0: Disabled, 1: Enabled}"], "1": ["Sequence Hopping", "UINT32", "1", "1", "1", "Enum{0: Disabled, 1: Enabled}"], "2": ["Inter Slot Frequency Hopping", "UINT32", "1", "2", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "3": ["Additional DMRS", "UINT32", "1", "6", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "4": ["Reserved", "UINT32", "1", "10", "22", ""]}, "Name": "NL1_PUCCH_Config_V1"}, "NL1_PUCCH_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Group Hopping", "UINT32", "1", "0", "1", "Enum{0: Disabled, 1: Enabled}"], "1": ["Sequence Hopping", "UINT32", "1", "1", "1", "Enum{0: Disabled, 1: Enabled}"], "2": ["Inter Slot Frequency Hopping", "UINT32", "1", "2", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "3": ["Additional DMRS", "UINT32", "1", "6", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "4": ["Reserved", "UINT32", "1", "10", "22", ""], "5": ["SR Resource Config", "NL1_SR_Resource_Config_V1", "8", "32", "256", "Information of scheduling request resource configuration (v1)"]}, "Name": "NL1_PUCCH_Config_V2"}, "NL1_PUCCH_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Vaid", "UINT32", "1", "0", "1", "Enum{0: Invalid config, 1: Valid config}"], "1": ["Group Hopping", "UINT32", "1", "1", "1", "Enum{0: Disabled, 1: Enabled}"], "2": ["Sequence Hopping", "UINT32", "1", "2", "1", "Enum{0: Disabled, 1: Enabled}"], "3": ["Inter Slot Frequency Hopping", "UINT32", "1", "3", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "4": ["Additional DMRS", "UINT32", "1", "7", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "5": ["Reserved", "UINT32", "1", "11", "21", ""], "6": ["SR Resource Config", "NL1_SR_Resource_Config_V1", "8", "32", "256", "Information of scheduling request resource configuration (v1)"]}, "Name": "NL1_PUCCH_Config_V3"}, "NL1_SR_Resource_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Vaid", "UINT32", "1", "0", "1", "Enum{0: Invalid config, 1: Valid config}"], "1": ["Resource Id", "UINT32", "1", "1", "3", "range[0, 7]"], "2": ["SR Id", "UINT32", "1", "4", "3", "range[0, 7]"], "3": ["Periodicity as Symbols", "UINT32", "1", "7", "1", "0: The unit of periodicity is slots, 1: The unit of\nperiodicity is symbols\nEnum{0:Period unit is slots,1:Period unit is symbols}"], "4": ["Periodicity", "UINT32", "1", "8", "10", "range[1, 640]"], "5": ["Offset", "UINT32", "1", "18", "10", "range[0, 639]"], "6": ["Reserved", "UINT32", "1", "28", "4", ""]}, "Name": "NL1_SR_Resource_Config_V1"}, "NL1_PDCCH_Search_Space_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Search Space", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Search Space ID", "UINT32", "1", "1", "6", "range[0, 39]"], "2": ["Slot Periodicity", "UINT32", "1", "7", "4", "Enum{0: 1 slot, 1: 2 slots, 2: 4 slots, 3: 5 slots, 4: 8 slots, 5: 10 slots, 6: 16 slots, 7: 20 slots,\n8: 40 slots,9: 80 slots,10: 160 slots,11: 320 slots,12: 640 slots,13: 1280 slots,14: 2560 slots}"], "3": ["Slot Offset", "UINT32", "1", "11", "12", "range[0, 2559]"], "4": ["Reserved", "UINT32", "1", "23", "9", ""], "5": ["Duration", "UINT32", "1", "32", "12", "range[2, 2559]"], "6": ["Monitoring Symbols", "UINT32", "1", "44", "14", "bit 0 means symbol 0, bit 1 means symbol 1, and so on."], "7": ["Monitoring 0_0 and 1_0", "UINT32", "1", "58", "1", "Enum{0: False, 1: True}"], "8": ["Monitoring 0_1 and 1_1", "UINT32", "1", "59", "1", "Enum{0: False, 1: True}"], "9": ["Monitoring 2_0", "UINT32", "1", "60", "1", "Enum{0: False, 1: True}"], "10": ["Monitoring 2_1", "UINT32", "1", "61", "1", "Enum{0: False, 1: True}"], "11": ["Monitoring 2_2", "UINT32", "1", "62", "1", "Enum{0: False, 1: True}"], "12": ["Monitoring 2_3", "UINT32", "1", "63", "1", "Enum{0: False, 1: True}"]}, "Name": "NL1_PDCCH_Search_Space_Config_V1"}, "NL1_PDSCH_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Allocation", "UINT32", "1", "0", "2", "Enum{0: Type 0, 1: Type 1, 2: Dynamic switch}"], "1": ["RBG Size", "UINT32", "1", "2", "1", "Enum{0: Config 1, 1: Config 2}"], "2": ["Max MCS", "UINT32", "1", "3", "1", "Enum{0: 64QAM, 1: 256QAM}"], "3": ["Max Rank", "UINT32", "1", "4", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "4": ["PRB Bundling Type", "UINT32", "1", "6", "1", "Enum{0: Static, 1: Dynamic}"], "5": ["PRB Bundling Size", "UINT32", "1", "7", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "6": ["PRB Bundling Size Set 1", "UINT32", "1", "10", "3", "Enum{0: N2, 1: N4, 2: Wideband,3: N2 wideband, 4: N4 wideband}"], "7": ["PRB Bundling Size Set 2", "UINT32", "1", "13", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "8": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "16", "2", "range[0, 3]"], "9": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "18", "2", "range[0, 3]"], "10": ["QCL Source", "UINT32", "1", "20", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "11": ["QCL Source ID", "UINT32", "1", "22", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "12": ["QCL Type", "UINT32", "1", "29", "2", "Valid only when QCL Source is valid.\nEnum{0: Type A, 1: Type B, 2: Type C, 3: Type D}"], "13": ["Reserved", "UINT32", "1", "31", "1", ""]}, "Name": "NL1_PDSCH_Config_V4"}, "NL1_PDSCH_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Allocation", "UINT32", "1", "0", "2", "Enum{0: Type 0, 1: Type 1, 2: Dynamic switch}"], "1": ["RBG Size", "UINT32", "1", "2", "1", "Enum{0: Config 1, 1: Config 2}"], "2": ["Max MCS", "UINT32", "1", "3", "1", "Enum{0: 64QAM, 1: 256QAM}"], "3": ["Max Rank", "UINT32", "1", "4", "3", "Enum{0 : Rank 1, 1 : Rank 2, 2 : Rank 3, 3 : Rank 4,\n4 : Rank 5, 5 : Rank 6, 6 : Rank 7, 7 : Rank 8}"], "4": ["PRB Bundling Type", "UINT32", "1", "7", "1", "Enum{0: Static, 1: Dynamic}"], "5": ["PRB Bundling Size", "UINT32", "1", "8", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "6": ["PRB Bundling Size Set 1", "UINT32", "1", "11", "3", "Enum{0: N2, 1: N4, 2: Wideband, 3:N2 wideband, 4: N4 wideband}"], "7": ["PRB Bundling Size Set 2", "UINT32", "1", "14", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "8": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "17", "2", "range[0, 3]"], "9": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "19", "2", "range[0, 3]"], "10": ["QCL Source", "UINT32", "1", "21", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "11": ["QCL Source ID", "UINT32", "1", "23", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "12": ["QCL Type", "UINT32", "1", "30", "2", "Valid only when QCL Source is valid.\nEnum{0: Type A, 1: Type B, 2: Type C, 3: Type D}"]}, "Name": "NL1_PDSCH_Config_V5"}, "NL1_PDSCH_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Allocation", "UINT32", "1", "0", "2", "Enum{0: Type 0, 1: Type 1, 2: Dynamic switch}"], "1": ["RBG Size", "UINT32", "1", "2", "1", "Enum{0: Config 1, 1: Config 2}"], "2": ["Max MCS", "UINT32", "1", "3", "1", "Enum{0: 64QAM, 1: 256QAM}"], "3": ["Max Rank", "UINT32", "1", "4", "3", "Enum{0 : Rank 1, 1 : Rank 2, 2 : Rank 3, 3 : Rank 4,\n4 : Rank 5, 5 : Rank 6, 6 : Rank 7, 7 : Rank 8}"], "4": ["PRB Bundling Type", "UINT32", "1", "7", "1", "Enum{0: Static, 1: Dynamic}"], "5": ["PRB Bundling Size", "UINT32", "1", "8", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "6": ["PRB Bundling Size Set 1", "UINT32", "1", "11", "3", "Enum{0: N2, 1: N4, 2: Wideband, 3: N2 wideband, 4:N4 wideband}"], "7": ["PRB Bundling Size Set 2", "UINT32", "1", "14", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "8": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "17", "2", "range[0, 3]"], "9": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "19", "2", "range[0, 3]"], "10": ["QCL Source", "UINT32", "1", "21", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "11": ["QCL Source ID", "UINT32", "1", "23", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "12": ["QCL Type", "UINT32", "1", "30", "2", "Valid only when QCL Source is valid.\nEnum{0: Type A, 1: Type B, 2: Type C, 3: Type D}"], "13": ["Reserved", "UINT32", "1", "32", "31", ""], "14": ["PTRS Config Valid", "UINT32", "1", "63", "1", "Enum{0 : invalid, 1: valid}"], "15": ["PTRS Config", "NL1_PDSCH_PTRS_Config_V1", "1", "64", "96", "Valid if PTRS Config Valid=1"]}, "Name": "NL1_PDSCH_Config_V6"}, "NL1_PDSCH_PTRS_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Density Valid", "UINT32", "1", "0", "1", "Enum{0: invalid, 1:valid}"], "1": ["Time Density Valid", "UINT32", "1", "1", "1", "Enum{0: invalid, 1:valid}"], "2": ["Epre Ratio", "UINT32", "1", "2", "2", "range[0, 3]"], "3": ["Resource Element Offset", "UINT32", "1", "4", "2", "Enum{0: Offset00, 1: Offset01, 2: Offset10, 3: Offset11}"], "4": ["Reserved", "UINT32", "1", "6", "26", ""], "5": ["Frequency Density", "UINT16", "2", "32", "32", "range[1, 276], valid only if Frequency Density Valid=1"], "6": ["Time Density", "UINT8", "3", "64", "24", "range[0, 29], valid only if Time Density Valid=1"], "7": ["Reserved", "UINT8", "1", "88", "8", ""]}, "Name": "NL1_PDSCH_PTRS_Config_V1"}, "NL1_SRS_Resource_Set_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Set Id", "UINT16", "1", "0", "4", "range[0, 15]"], "1": ["Usage", "UINT16", "1", "4", "2", "Enum{0: beam management, 1: codebook, 2: non-codebook,\n3: antenna switching}"], "2": ["alpha", "UINT16", "1", "6", "3", "Enum{0:0,1: 0_4, 2: 0_5, 3: 0_6, 4: 0_7, 5: 0_8, 6: 0_9, 7: 1}"], "3": ["Reserved", "UINT16", "1", "9", "7", ""], "4": ["p0", "INT16", "1", "16", "16", "range[-202, 24]"], "5": ["SRS Resources", "NL1_SRS_Resource_Config_V2", "4", "32", "256", "Information of SRS resource configuration (version 2)"]}, "Name": "NL1_SRS_Resource_Set_Config_V2"}, "NL1_SRS_Resource_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Resource Id", "UINT32", "1", "1", "6", "range[0, 63]"], "2": ["Resource Type", "UINT32", "1", "7", "2", "Enum{0: aperiodic, 1: semi-persistent, 2: periodic}"], "3": ["Number of SRS Ports", "UINT32", "1", "9", "3", "range[1, 4]"], "4": ["Number of Symbols", "UINT32", "1", "12", "3", "range[1, 4]"], "5": ["Frequency Domain Position", "UINT32", "1", "15", "7", "range[0, 67]"], "6": ["Frequency Domain Shift", "UINT32", "1", "22", "9", "range[0, 268]"], "7": ["Reserved", "UINT32", "1", "31", "1", ""], "8": ["Periodicity", "UINT32", "1", "32", "12", "range[1, 2560]"], "9": ["Offset", "UINT32", "1", "44", "12", "range[0, 2559]"], "10": ["Frequency Hopping", "UINT32", "1", "56", "2", "Enum{0: disabled, 1: enabled}"], "11": ["Reserved", "UINT32", "1", "58", "6", ""]}, "Name": "NL1_SRS_Resource_Config_V2"}, "NL1_NZP_CSI_RS_Resource_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Resource Id", "UINT32", "1", "1", "8", "range[0, 191]"], "2": ["Periodicity Offset Valid", "UINT32", "1", "9", "1", "Enum{0: False, 1: True}"], "3": ["Periodicity", "UINT32", "1", "10", "10", "range[4, 640]"], "4": ["Offset", "UINT32", "1", "20", "10", "range[0, 639]"], "5": ["Reserved", "UINT32", "1", "30", "2", ""]}, "Name": "NL1_NZP_CSI_RS_Resource_V1"}, "NL1_CSI_Report_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Report Config Id", "UINT32", "1", "1", "6", "range[0, 47]"], "2": ["Serving Cell Index", "UINT32", "1", "7", "5", "range[0, 31]"], "3": ["Report Config Type", "UINT32", "1", "12", "2", "Enum{0: Periodic,1: Semi-persistent on PUCCH,\n2: Semi-persistent on PUSCH, 3: Aperiodic}"], "4": ["Report Periodicity", "UINT32", "1", "14", "9", "range[4, 320]. Valid only when Report Config Type is periodic\nor semi-persistent."], "5": ["Report Quantity", "UINT32", "1", "23", "3", "Enum{0: None,1: CRI_RI_PMI_CQI, 2: RI_I1,3: RI_I1_CQI,\n4:CRI_RI_CQI,5:CRI_RSRP,6:SSB Index RSRP,7:CRI_RI_LI_PMI_CQ}"], "6": ["CQI Reporting Granularity", "UINT32", "1", "26", "1", "Enum{0: wideband, 1: subband}"], "7": ["PMI Reporting Granularity", "UINT32", "1", "27", "1", "Enum{0: wideband, 1: subband}"], "8": ["Reserved", "UINT32", "1", "28", "4", ""], "9": ["Number of Subbands", "UINT32", "1", "32", "5", "range[3, 19]"], "10": ["Subband Size", "UINT32", "1", "37", "6", "4 or 8 or 16 or 32"], "11": ["Codebook Config", "UINT32", "1", "43", "2", "Enum{0: Type I Single Panel, 1:Type I Multi Panel,2: Type II,\n3: Type II Port Selection}"], "12": ["Reserved", "UINT32", "1", "45", "19", ""], "13": ["NZP CSI RS Resource", "NL1_NZP_CSI_RS_Resource_V2", "1", "64", "32", "Information of non-zero-power CSI-RS resource (version 2)"]}, "Name": "NL1_CSI_Report_Config_V2"}, "NL1_CSI_Report_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Report Config Id", "UINT32", "1", "1", "6", "range[0, 47]"], "2": ["Serving Cell Index", "UINT32", "1", "7", "5", "range[0, 31]"], "3": ["Report Config Type", "UINT32", "1", "12", "2", "Enum{0: Periodic,1: Semi-persistent on PUCCH,\n2: Semi-persistent on PUSCH, 3: Aperiodic}"], "4": ["Report Periodicity", "UINT32", "1", "14", "9", "range[4, 320]. Valid only when Report Config Type is periodic\nor semi-persistent."], "5": ["Report Quantity", "UINT32", "1", "23", "3", "Enum{0: None,1: CRI_RI_PMI_CQI, 2: RI_I1,3: RI_I1_CQI,\n4:CRI_RI_CQI,5:CRI_RSRP,6:SSB Index RSRP,7:CRI_RI_LI_PMI_CQ}"], "6": ["CQI Reporting Granularity", "UINT32", "1", "26", "1", "Enum{0: wideband, 1: subband}"], "7": ["PMI Reporting Granularity", "UINT32", "1", "27", "1", "Enum{0: wideband, 1: subband}"], "8": ["CQI Table Valid", "UINT32", "1", "28", "1", "Enum{0: Invalid, 1: Valid}"], "9": ["CQI Table Index", "UINT32", "1", "29", "2", "Range[1,3]"], "10": ["Reserved", "UINT32", "1", "31", "1", ""], "11": ["Number of Subbands", "UINT32", "1", "32", "5", "range[3, 19]"], "12": ["Subband Size", "UINT32", "1", "37", "6", "4 or 8 or 16 or 32"], "13": ["Codebook Config", "UINT32", "1", "43", "2", "Enum{0: Type I Single Panel, 1:Type I Multi Panel,2: Type II,\n3: Type II Port Selection}"], "14": ["Reserved", "UINT32", "1", "45", "19", ""], "15": ["NZP CSI RS Resource", "NL1_NZP_CSI_RS_Resource_V2", "1", "64", "32", "Information of non-zero-power CSI-RS resource (version 2)"]}, "Name": "NL1_CSI_Report_Config_V3"}, "NL1_CSI_Report_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Report Config Id", "UINT32", "1", "1", "6", "range[0, 47]"], "2": ["Serving Cell Index", "UINT32", "1", "7", "5", "range[0, 31]"], "3": ["Report Config Type", "UINT32", "1", "12", "2", "Enum{0: Periodic,1: Semi-persistent on PUCCH,\n2: Semi-persistent on PUSCH, 3: Aperiodic}"], "4": ["Report Periodicity", "UINT32", "1", "14", "9", "range[4, 320]. Valid only when Report Config Type is periodic\nor semi-persistent."], "5": ["Report Quantity", "UINT32", "1", "23", "3", "Enum{0: None,1: CRI_RI_PMI_CQI, 2: RI_I1,3: RI_I1_CQI,\n4:CRI_RI_CQI,5:CRI_RSRP,6:SSB Index RSRP,7:CRI_RI_LI_PMI_CQ}"], "6": ["CQI Reporting Granularity", "UINT32", "1", "26", "1", "Enum{0: wideband, 1: subband}"], "7": ["PMI Reporting Granularity", "UINT32", "1", "27", "1", "Enum{0: wideband, 1: subband}"], "8": ["CQI Table Valid", "UINT32", "1", "28", "1", "Enum{0: Invalid, 1: Valid}"], "9": ["CQI Table Index", "UINT32", "1", "29", "2", "Range[1,3]"], "10": ["Reserved", "UINT32", "1", "31", "1", ""], "11": ["Number of Subbands", "UINT32", "1", "32", "5", "range[3, 19]"], "12": ["Subband Size", "UINT32", "1", "37", "6", "4 or 8 or 16 or 32"], "13": ["Codebook Config", "UINT32", "1", "43", "2", "Enum{0: Type I Single Panel, 1:Type I Multi Panel,2: Type II,\n3: Type II Port Selection}"], "14": ["Report Offset", "UINT32", "1", "45", "9", "range[0, 319]"], "15": ["Reserved", "UINT32", "1", "54", "10", ""], "16": ["NZP CSI RS Resource", "NL1_NZP_CSI_RS_Resource_V2", "1", "64", "32", "Information of non-zero-power CSI-RS resource (version 2)"]}, "Name": "NL1_CSI_Report_Config_V4"}, "NL1_NZP_CSI_RS_Resource_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Periodicity Offset Valid", "UINT32", "1", "0", "1", "Enum{0: False, 1: True}"], "1": ["Periodicity", "UINT32", "1", "1", "10", "range[4, 640]"], "2": ["Offset", "UINT32", "1", "11", "10", "range[0, 639]"], "3": ["Number of Ports", "UINT32", "1", "21", "6", "range[1, 32]"], "4": ["Reserved", "UINT32", "1", "27", "5", ""]}, "Name": "NL1_NZP_CSI_RS_Resource_V2"}, "NL1_Antenna_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Transmission Mode", "UINT32", "1", "0", "4", "range[1, 10]"], "1": ["Tx Antenna Selection", "UINT32", "1", "4", "2", "Enum{0: Disabled, 1: Closed loop, 2: Open loop}"], "2": ["Reserved", "UINT32", "1", "6", "26", ""]}, "Name": "NL1_Antenna_Config_V1"}, "NL1_BWP_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Reserved", "UINT32", "1", "24", "8", ""], "5": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"]}, "Name": "NL1_BWP_Config_V1"}, "NL1_BWP_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Reserved", "UINT32", "1", "24", "8", ""], "5": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "6": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "7": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V2"}, "NL1_BWP_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Bandwidth", "UINT32", "1", "24", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "7": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "8": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V3"}, "NL1_BWP_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Bandwidth", "UINT32", "1", "24", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "7": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "8": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V4"}, "NL1_BWP_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Bandwidth", "UINT32", "1", "24", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "5": ["Max MIMO LayersDL", "UINT32", "1", "28", "4", "DL BWP only. Maximum number of MIMO layers to be used for\nPDSCH in this DL BWP.\nrange[1, 8]. 0: invalid"], "6": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "7": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "8": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V5"}, "NL1_TRS_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Periodicity", "UINT32", "1", "0", "10", "range[4, 640]"], "1": ["PRB Number", "UINT32", "1", "10", "9", "range[0, 273]"], "2": ["QCL Source", "UINT32", "1", "19", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "3": ["QCL Source ID", "UINT32", "1", "21", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "4": ["QCL Type", "UINT32", "1", "28", "2", "Valid only when QCL Source is valid.\nEnum{ 0: Type A, 1: Type B, 2: Type C, 3: Type D}"], "5": ["Reserved", "UINT32", "1", "30", "2", ""]}, "Name": "NL1_TRS_Config_V1"}, "NL1_PCCH_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["PCCH Config Idle Valid", "UINT32", "1", "0", "1", "Enum{0: invalid, 1: valid}, valid once UE enters idle mode"], "1": ["Default Paging Cycle", "UINT32", "1", "1", "9", "range[32, 256]"], "2": ["N", "UINT32", "1", "10", "3", "Enum{0: 1T, 1: T/2, 2: T/4, 3: T/8, 4: T/16}"], "3": ["Paging Offset", "UINT32", "1", "13", "4", "range[0, 15]"], "4": ["Ns", "UINT32", "1", "17", "3", "range[1, 4]"], "5": ["User Specific Paging Cycle", "UINT32", "1", "20", "9", "range[32, 256]"], "6": ["Reserved", "UINT32", "1", "29", "3", ""]}, "Name": "NL1_PCCH_Config_V1"}, "NL1_DCP_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: invalid, 1: valid}"], "1": ["ps RNTI", "UINT32", "1", "1", "16", "range[0, 65535]"], "2": ["ps Offset", "UINT32", "1", "17", "8", "range[1, 120]"], "3": ["Reserved", "UINT32", "1", "25", "7", ""], "4": ["size DCI 2_6", "UINT32", "1", "32", "8", "range[1, 140]"], "5": ["ps position dci 2_6", "UINT32", "1", "40", "8", "range[0, 139]"], "6": ["ps wake up", "UINT32", "1", "48", "1", "Enum{0: False, 1: True}"], "7": ["ps transmit periodic l1 rsrp", "UINT32", "1", "49", "1", "Enum{0: False, 1: True}"], "8": ["ps transmit Other Periodic CSI", "UINT32", "1", "50", "1", "Enum{0: False, 1: True}"], "9": ["Reserved", "UINT32", "1", "51", "13", ""]}, "Name": "NL1_DCP_Config_V1"}}},
+"NL1_Physical_Configuration": {"info": {"Category": "NR", "Layer": "L1", "Code": "0x9014", "Name": "NL1_Physical_Configuration", "Type": "RECORD", "Desc": "This log packet contains the important parameters of physical channel configuration. The log is generated every 1000ms or once when the parameters are updated.\n"}, "table": {"NL1_Physical_Configuration": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Version", "UINT32", "1", "0", "8", "Actual version of this log record"], "1": ["Versions", "NL1_PHY_Config_Versions", "1", "8", "VAR", "Available versions of this log record.\nThe value of above \"Version\" field\ndetermines the corresponding structure\ndefined in below structure tables."]}, "Name": "NL1_Physical_Configuration"}, "NL1_PHY_Config_Versions": {"ColNum": 3, "Header": ["Version", "Type Name", "Description"], "Data": {"0": ["6", "NL1_PHY_Config_V6", "Information of PHY Config (version 6)"], "1": ["7", "NL1_PHY_Config_V7", "Information of PHY Config (version 7)"], "2": ["8", "NL1_PHY_Config_V8", "Information of PHY Config (version 8)"], "3": ["9", "NL1_PHY_Config_V9", "Information of PHY Config (version 9)"], "4": ["10", "NL1_PHY_Config_V10", "Information of PHY Config (version 10)"], "5": ["11", "NL1_PHY_Config_V11", "Information of PHY Config (version 11)"], "6": ["12", "NL1_PHY_Config_V12", "Information of PHY Config (version 12)"], "7": ["13", "NL1_PHY_Config_V13", "Information of PHY Config (version 13)"], "8": ["14", "NL1_PHY_Config_V14", "Information of PHY Config (version 14)"], "9": ["15", "NL1_PHY_Config_V15", "Information of PHY Config (version 15)"], "10": ["16", "NL1_PHY_Config_V16", "Information of PHY Config (version 16)"], "11": ["17", "NL1_PHY_Config_V17", "Information of PHY Config (version 17)"], "12": ["18", "NL1_PHY_Config_V18", "Information of PHY Config (version 18)"], "13": ["19", "NL1_PHY_Config_V19", "Information of PHY Config (version 19)"], "14": ["20", "NL1_PHY_Config_V20", "Information of PHY Config (version 20)"], "15": ["21", "NL1_PHY_Config_V21", "Information of PHY Config (version 21)"], "16": ["22", "NL1_PHY_Config_V22", "Information of PHY Config (version 22)"], "17": ["23", "NL1_PHY_Config_V23", "Information of PHY Config (version 23)"], "18": ["24", "NL1_PHY_Config_V24", "Information of PHY Config (version 24)"], "19": ["25", "NL1_PHY_Config_V25", "Information of PHY Config (version 25)\nNL1_PHY_Config_V25 and NL1_Scell_Config_V14 are special versions\nbased on NL1_PHY_Config_V21 and NL1_Scell_Config_V10.\nFor customer requirement on NR15.R3.MD700.MP branch.\nNL1_PHY_Config_V24 and NL1_Scell_Config_V13 are normal versions."]}, "Name": "NL1_PHY_Config_Versions"}, "NL1_PHY_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["Carrier Index", "UINT32", "1", "46", "3", "range[0, 7]"], "5": ["DL Frequency Band", "UINT32", "1", "49", "7", "range[1, 89]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Reserved", "UINT32", "1", "213", "3", ""], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Cell Type", "UINT32", "1", "245", "1", "Enum{0: PCell, 1: SCell}"], "15": ["Reserved", "UINT32", "1", "246", "2", ""], "16": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "376", "32", "Information of PUCCH configuration (version 1)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "408", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "536", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "664", "32", "Information of PDSCH configuration (version 4)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "696", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "984", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1368", "32", "Information of antenna configuration (version 1)"], "25": ["Active UL BWP Config", "NL1_BWP_Config_V1", "1", "1400", "64", "Configuration of active uplink BWP (version 1)"], "26": ["Active DL BWP Config", "NL1_BWP_Config_V1", "1", "1464", "64", "Configuration of active downlink BWP (version 1)"], "27": ["TRS Config", "NL1_TRS_Config_V1", "8", "1528", "256", "Configuration of tracking reference signal (version 1)"]}, "Name": "NL1_PHY_Config_V6"}, "NL1_PHY_Config_V7": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["Carrier Index", "UINT32", "1", "46", "3", "range[0, 7]"], "5": ["DL Frequency Band", "UINT32", "1", "49", "7", "range[1, 89]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Reserved", "UINT32", "1", "213", "3", ""], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Cell Type", "UINT32", "1", "245", "1", "Enum{0: PCell, 1: SCell}"], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "376", "32", "Information of PUCCH configuration (version 1)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "408", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "536", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "664", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "696", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "984", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1368", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V2", "1", "1400", "96", "Configuration of active uplink BWP (version 2)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V2", "1", "1496", "96", "Configuration of active downlink BWP (version 2)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1592", "256", "Configuration of tracking reference signal (version 1)"]}, "Name": "NL1_PHY_Config_V7"}, "NL1_PHY_Config_V8": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V8", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["Reserved", "UINT32", "1", "46", "3", ""], "5": ["DL Frequency Band", "UINT32", "1", "49", "7", "range[1, 89]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "376", "32", "Information of PUCCH configuration (version 1)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "408", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "536", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "664", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "696", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "984", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1368", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V2", "1", "1400", "96", "Configuration of active uplink BWP (version 2)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V2", "1", "1496", "96", "Configuration of active downlink BWP (version 2)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1592", "256", "Configuration of tracking reference signal (version 1)"], "29": ["Scell Config", "NL1_Scell_Config_V1", "N", "1848", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V9": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V9", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "7", "range[1, 89]"], "5": ["Reference Subcarrier Spacing", "UINT32", "1", "53", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V2", "1", "376", "288", "Information of PUCCH configuration (version 2)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "664", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "792", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "920", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "952", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1240", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1624", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1656", "96", "Configuration of active uplink BWP (version 3)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1752", "96", "Configuration of active downlink BWP (version 3)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1848", "256", "Configuration of tracking reference signal (version 1)"], "29": ["Scell Config", "NL1_Scell_Config_V1", "N", "2104", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V10": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V10", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "7", "range[1, 89]"], "5": ["Reference Subcarrier Spacing", "UINT32", "1", "53", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V2", "1", "376", "288", "Information of PUCCH configuration (version 2)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "664", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "792", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "920", "32", "Information of PDSCH configuration (version 4)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "952", "288", "Information of SRS resource set configuration(version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1240", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1624", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1656", "96", "Configuration of active uplink BWP (version 3)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1752", "96", "Configuration of active downlink BWP (version 3)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1848", "256", "Configuration of tracking reference signal (version 1)"], "29": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2104", "32", "PCCH Config in idle mode"], "30": ["UE Power Class", "UINT32", "1", "2136", "3", "1,2,3,4, 0:INVALID, Range[0,4]"], "31": ["Reserved", "UINT32", "1", "2139", "29", ""], "32": ["Scell Config", "NL1_Scell_Config_V1", "N", "2168", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V11": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V11", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "7", "range[1, 89]"], "5": ["Reference Subcarrier Spacing", "UINT32", "1", "53", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "7", "range[1, 89]"], "14": ["Reserved", "UINT32", "1", "245", "1", ""], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V1", "1", "248", "96", "Information of RACH configuration (version 1)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "344", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "376", "288", "Information of PUCCH configuration (version 3)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "664", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "792", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "920", "32", "Information of PDSCH configuration (version 5)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "952", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1240", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1624", "32", "Information of antenna configuration (version 1)"], "26": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1656", "96", "Configuration of active uplink BWP (version 3)"], "27": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1752", "96", "Configuration of active downlink BWP (version 3)"], "28": ["TRS Config", "NL1_TRS_Config_V1", "8", "1848", "256", "Configuration of tracking reference signal (version 1)"], "29": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2104", "32", "PCCH Config in idle mode"], "30": ["UE Power Class", "UINT32", "1", "2136", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "31": ["UL Point A NARFCN", "UINT32", "1", "2139", "22", "Uplink NR-ARFCN of Point A"], "32": ["Reserved", "UINT32", "1", "2161", "7", ""], "33": ["UL Center Frequency", "UINT32", "1", "2168", "32", "Unit: 5khz"], "34": ["DL Center Frequency", "UINT32", "1", "2200", "32", "Unit: 5khz"], "35": ["Scell Config", "NL1_Scell_Config_V2", "N", "2232", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V12": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V12", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Reserved", "UINT32", "1", "54", "2", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "14": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "15": ["Reserved", "UINT32", "1", "247", "1", ""], "16": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "25": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1688", "96", "Configuration of active uplink BWP (version 3)"], "26": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1784", "96", "Configuration of active downlink BWP (version 3)"], "27": ["TRS Config", "NL1_TRS_Config_V1", "8", "1880", "256", "Configuration of tracking reference signal (version 1)"], "28": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2136", "32", "PCCH Config in idle mode"], "29": ["UE Power Class", "UINT32", "1", "2168", "3", "1,2,3,4, 0:INVALID, Range[0, 4]"], "30": ["UL Point A NARFCN", "UINT32", "1", "2171", "22", "Uplink NR-ARFCN of Point A"], "31": ["Reference Subcarrier Spacing", "UINT32", "1", "2193", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "32": ["Reserved", "UINT32", "1", "2196", "4", ""], "33": ["UL Center Frequency", "UINT32", "1", "2200", "32", "Unit: 5khz"], "34": ["DL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "35": ["Gap Config", "NL1_Gap_Config_V1", "1", "2264", "32", "Information of measurement gap (version 1)"], "36": ["SUL Config", "NL1_SUL_Config_V1", "1", "2296", "32", "Information of SUL configuration (version 1)"], "37": ["Scell Config", "NL1_Scell_Config_V3", "N", "2328", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V13": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V13", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Reserved", "UINT32", "1", "54", "2", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "14": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "15": ["Reserved", "UINT32", "1", "247", "1", ""], "16": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "25": ["Reserved", "UINT32", "1", "1688", "26", ""], "26": ["Default DL BWP Id", "UINT32", "1", "1714", "3", "range[0, 4]"], "27": ["Number of DL BWP", "UINT32", "1", "1717", "3", "range[1, 4]"], "28": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1720", "96", "Configuration of active uplink BWP (version 3)"], "29": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1816", "96", "Configuration of active downlink BWP (version 3)"], "30": ["TRS Config", "NL1_TRS_Config_V1", "8", "1912", "256", "Configuration of tracking reference signal (version 1)"], "31": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2168", "32", "PCCH Config in idle mode"], "32": ["UE Power Class", "UINT32", "1", "2200", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "33": ["UL Point A NARFCN", "UINT32", "1", "2203", "22", "Uplink NR-ARFCN of Point A"], "34": ["Reference Subcarrier Spacing", "UINT32", "1", "2225", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "35": ["Reserved", "UINT32", "1", "2228", "4", ""], "36": ["UL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "37": ["DL Center Frequency", "UINT32", "1", "2264", "32", "Unit: 5khz"], "38": ["Gap Config", "NL1_Gap_Config_V1", "1", "2296", "32", "Information of measurement gap (version 1)"], "39": ["SUL Config", "NL1_SUL_Config_V2", "1", "2328", "704", "Information of SUL configuration (version 2)"], "40": ["Scell Config", "NL1_Scell_Config_V3", "N", "3032", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V14": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V14", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Reserved", "UINT32", "1", "55", "1", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "376", "32", "Information of PUSCH configuration (version 4)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, rang[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V3", "1", "2456", "704", "Information of SUL configuration (version 3)"], "39": ["Scell Config", "NL1_Scell_Config_V4", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V15": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V15", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Reserved", "UINT32", "1", "55", "1", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "376", "32", "Information of PUSCH configuration (version 4)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V3", "1", "2456", "704", "Information of SUL configuration (version 3)"], "39": ["Scell Config", "NL1_Scell_Config_V5", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V16": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V16", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "376", "32", "Information of PUSCH configuration (version 4)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V3", "1", "2456", "704", "Information of SUL configuration (version 3)"], "39": ["Scell Config", "NL1_Scell_Config_V6", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V17": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V17", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1400", "384", "Information of CSI report configuration (version 2)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V4", "1", "2456", "704", "Information of SUL configuration (version 4)"], "39": ["Scell Config", "NL1_Scell_Config_V7", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V18": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V18", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1848", "96", "Configuration of active uplink BWP (version 3)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1944", "96", "Configuration of active downlink BWP (version 3)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V4", "1", "2456", "704", "Information of SUL configuration (version 4)"], "39": ["Scell Config", "NL1_Scell_Config_V8", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V19": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V19", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Reserved", "UINT32", "1", "1816", "26", ""], "25": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "26": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "27": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "28": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "29": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "30": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "31": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "32": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "33": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "34": ["Reserved", "UINT32", "1", "2356", "4", ""], "35": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "36": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "37": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "38": ["SUL Config", "NL1_SUL_Config_V5", "1", "2456", "704", "Information of SUL configuration (version 5)"], "39": ["Scell Config", "NL1_Scell_Config_V9", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V20": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V20", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["Reserved", "UINT32", "1", "1817", "25", ""], "26": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "27": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "28": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "29": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "30": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "31": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "32": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "33": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "34": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "35": ["Reserved", "UINT32", "1", "2356", "4", ""], "36": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "37": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "38": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "39": ["SUL Config", "NL1_SUL_Config_V5", "1", "2456", "704", "Information of SUL configuration (version 5)"], "40": ["Scell Config", "NL1_Scell_Config_V9", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V21": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V21", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Reserved", "UINT32", "1", "54", "2", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "14": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "15": ["Reserved", "UINT32", "1", "247", "1", ""], "16": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "17": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "18": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "19": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "20": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "21": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "22": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "23": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "24": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1688", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1692", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "27": ["Reserved", "UINT32", "1", "1696", "18", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1714", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1717", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1720", "96", "Configuration of active uplink BWP (version 3)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1816", "96", "Configuration of active downlink BWP (version 3)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "1912", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2168", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2200", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2203", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2225", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2228", "4", ""], "38": ["UL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "39": ["DL Center Frequency", "UINT32", "1", "2264", "32", "Unit: 5khz"], "40": ["Gap Config", "NL1_Gap_Config_V1", "1", "2296", "32", "Information of measurement gap (version 1)"], "41": ["SUL Config", "NL1_SUL_Config_V2", "1", "2328", "704", "Information of SUL configuration (version 2)"], "42": ["Scell Config", "NL1_Scell_Config_V10", "N", "3032", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V22": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V22", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1817", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1821", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "27": ["Reserved", "UINT32", "1", "1825", "17", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2356", "4", ""], "38": ["UL Center Frequency", "UINT32", "1", "2360", "32", "Unit: 5khz"], "39": ["DL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "40": ["Gap Config", "NL1_Gap_Config_V1", "1", "2424", "32", "Information of measurement gap (version 1)"], "41": ["SUL Config", "NL1_SUL_Config_V5", "1", "2456", "704", "Information of SUL configuration (version 5)"], "42": ["Scell Config", "NL1_Scell_Config_V11", "N", "3160", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V23": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V23", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "376", "32", "Information of PUSCH configuration (version 5)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1817", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1821", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "27": ["Reserved", "UINT32", "1", "1825", "17", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "1848", "96", "Configuration of active uplink BWP (version 4)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1944", "96", "Configuration of active downlink BWP (version 4)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2356", "4", ""], "38": ["P Max Valid", "INT16", "1", "2360", "1", "Enum{0: Invalid, 1: Valid}"], "39": ["P Max", "INT16", "1", "2361", "8", "range[-30, 33]"], "40": ["Reserved", "INT16", "1", "2369", "7", ""], "41": ["Qrxlevmin", "INT16", "1", "2376", "16", "range[-70, -22]"], "42": ["UL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "43": ["DL Center Frequency", "UINT32", "1", "2424", "32", "Unit: 5khz"], "44": ["SpCell Config", "NL1_SpCell_Config_V1", "1", "2456", "32", "Information of SpCell Configuration (version 1)"], "45": ["Gap Config", "NL1_Gap_Config_V1", "1", "2488", "32", "Information of measurement gap (version 1)"], "46": ["SUL Config", "NL1_SUL_Config_V5", "1", "2520", "704", "Information of SUL configuration (version 5)"], "47": ["Scell Config", "NL1_Scell_Config_V12", "N", "3224", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V24": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V24", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "9", "range[0, 261] Frequency band index of FR1 and FR2"], "5": ["Cell Group Id", "UINT32", "1", "55", "1", "range[0, 1]"], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "8": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "9": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "10": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "11": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "12": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "13": ["UL Frequency Band", "UINT32", "1", "238", "9", "Frequency band index of FR1 and FR2"], "14": ["CP Type", "UINT32", "1", "247", "1", "Enum{0: Normal, 1: Extended}"], "15": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "16": ["PUSCH Config", "NL1_PUSCH_Config_V6", "1", "376", "32", "Information of PUSCH configuration (version 6)"], "17": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "18": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "19": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "20": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "952", "160", "Information of PDSCH configuration (version 6)"], "21": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1112", "288", "Information of SRS resource set configuration (version 2)"], "22": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1400", "384", "Information of CSI report configuration (version 3)"], "23": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1784", "32", "Information of antenna configuration (version 1)"], "24": ["Cell Group Type", "UINT32", "1", "1816", "1", "Enum{0:MCG, 1:SCG}"], "25": ["UL Carrier Bandwidth", "UINT32", "1", "1817", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "26": ["DL Carrier Bandwidth", "UINT32", "1", "1821", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "27": ["Reserved", "UINT32", "1", "1825", "17", ""], "28": ["Default DL BWP Id", "UINT32", "1", "1842", "3", "range[0, 4]"], "29": ["Number of DL BWP", "UINT32", "1", "1845", "3", "range[1, 4]"], "30": ["Active UL BWP Config", "NL1_BWP_Config_V5", "1", "1848", "96", "Configuration of active uplink BWP (version 5)"], "31": ["Active DL BWP Config", "NL1_BWP_Config_V5", "1", "1944", "96", "Configuration of active downlink BWP (version 5)"], "32": ["TRS Config", "NL1_TRS_Config_V1", "8", "2040", "256", "Configuration of tracking reference signal (version 1)"], "33": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2296", "32", "PCCH Config in idle mode"], "34": ["UE Power Class", "UINT32", "1", "2328", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "35": ["UL Point A NARFCN", "UINT32", "1", "2331", "22", "Uplink NR-ARFCN of Point A"], "36": ["Reference Subcarrier Spacing", "UINT32", "1", "2353", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "37": ["Reserved", "UINT32", "1", "2356", "4", ""], "38": ["P Max Valid", "INT16", "1", "2360", "1", "Enum{0: Invalid, 1: Valid}"], "39": ["P Max", "INT16", "1", "2361", "8", "range[-30, 33]"], "40": ["Reserved", "INT16", "1", "2369", "7", ""], "41": ["Qrxlevmin", "INT16", "1", "2376", "16", "range[-70, -22]"], "42": ["UL Center Frequency", "UINT32", "1", "2392", "32", "Unit: 5khz"], "43": ["DL Center Frequency", "UINT32", "1", "2424", "32", "Unit: 5khz"], "44": ["SpCell Config", "NL1_SpCell_Config_V1", "1", "2456", "32", "Information of SpCell Configuration (version 1)"], "45": ["Gap Config", "NL1_Gap_Config_V1", "1", "2488", "32", "Information of measurement gap (version 1)"], "46": ["DCP Config", "NL1_DCP_Config_V1", "1", "2520", "64", "Information of DCP Configuration (version 1)"], "47": ["SUL Config", "NL1_SUL_Config_V6", "1", "2584", "704", "Information of SUL configuration (version 6)"], "48": ["Scell Config", "NL1_Scell_Config_V13", "N", "3288", "VAR", "N := Number of Scell"]}}, "NL1_PHY_Config_V25": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Ref": {"Scell Config": "Number of Scell"}, "Name": "NL1_PHY_Config_V25", "Data": {"0": ["UE Category", "UINT32", "1", "0", "5", "range[0, 15]"], "1": ["Physical Cell ID", "UINT32", "1", "5", "10", "range[0, 1007]"], "2": ["Number of Transmitted SSB", "UINT32", "1", "15", "9", "range[1, 64]"], "3": ["DL NARFCN", "UINT32", "1", "24", "22", "Downlink NR-ARFCN of SSB"], "4": ["DL Frequency Band", "UINT32", "1", "46", "8", "Frequency band index of FR1"], "5": ["Cell Group Id", "UINT32", "1", "54", "1", "range[0, 1]"], "6": ["Reserved", "UINT32", "1", "55", "1", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "56", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "184", "22", "Uplink NR-ARFCN of Point A"], "9": ["SRS Switch Type", "UINT32", "1", "206", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "10": ["SRS Enable", "UINT32", "1", "209", "1", "Enum{0: disable, 1: enable}"], "11": ["SSB Periodicity", "UINT32", "1", "210", "3", "Enum{0: 5ms, 1: 10ms, 2: 20ms, 3: 40ms, 4: 80 ms, 5: 160ms}"], "12": ["Number of Scell", "UINT32", "1", "213", "3", "range[0, 8]"], "13": ["DL Point A NARFCN", "UINT32", "1", "216", "22", "Downlink NR-ARFCN of Point A"], "14": ["UL Frequency Band", "UINT32", "1", "238", "8", "Frequency band index of FR1"], "15": ["CP Type", "UINT32", "1", "246", "1", "Enum{0: Normal, 1: Extended}"], "16": ["Reserved", "UINT32", "1", "247", "1", ""], "17": ["RACH Config", "NL1_RACH_Config_V2", "1", "248", "128", "Information of RACH configuration (version 2)"], "18": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "376", "32", "Information of PUSCH configuration (version 3)"], "19": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "408", "288", "Information of PUCCH configuration (version 3)"], "20": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "696", "128", "CSS configuration"], "21": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "824", "128", "USS configuration"], "22": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "952", "32", "Information of PDSCH configuration (version 5)"], "23": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "984", "288", "Information of SRS resource set configuration (version 2)"], "24": ["CSI Report Config", "NL1_CSI_Report_Config_V4", "4", "1272", "384", "Information of CSI report configuration (version 2)"], "25": ["Antenna Config", "NL1_Antenna_Config_V1", "1", "1656", "32", "Information of antenna configuration (version 1)"], "26": ["UL Carrier Bandwidth", "UINT32", "1", "1688", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "27": ["DL Carrier Bandwidth", "UINT32", "1", "1692", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "28": ["Reserved", "UINT32", "1", "1696", "18", ""], "29": ["Default DL BWP Id", "UINT32", "1", "1714", "3", "range[0, 4]"], "30": ["Number of DL BWP", "UINT32", "1", "1717", "3", "range[1, 4]"], "31": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "1720", "96", "Configuration of active uplink BWP (version 3)"], "32": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1816", "96", "Configuration of active downlink BWP (version 3)"], "33": ["TRS Config", "NL1_TRS_Config_V1", "8", "1912", "256", "Configuration of tracking reference signal (version 1)"], "34": ["PCCH Config", "NL1_PCCH_Config_V1", "1", "2168", "32", "PCCH Config in idle mode"], "35": ["UE Power Class", "UINT32", "1", "2200", "3", "1,2,3,4, 0:INVALID, range[0, 4]"], "36": ["UL Point A NARFCN", "UINT32", "1", "2203", "22", "Uplink NR-ARFCN of Point A"], "37": ["Reference Subcarrier Spacing", "UINT32", "1", "2225", "3", "Enum{0: 15kHz, 1: 30kHz, 2: 60kHz, 3: 120kHz, 4: 240kHz}"], "38": ["Reserved", "UINT32", "1", "2228", "4", ""], "39": ["UL Center Frequency", "UINT32", "1", "2232", "32", "Unit: 5khz"], "40": ["DL Center Frequency", "UINT32", "1", "2264", "32", "Unit: 5khz"], "41": ["SpCell Config", "NL1_SpCell_Config_V1", "1", "2296", "32", "Information of SpCell Configuration (version 1)"], "42": ["Gap Config", "NL1_Gap_Config_V1", "1", "2328", "32", "Information of measurement gap (version 1)"], "43": ["SUL Config", "NL1_SUL_Config_V2", "1", "2360", "704", "Information of SUL configuration (version 2)"], "44": ["Scell Config", "NL1_Scell_Config_V14", "N", "3064", "VAR", "N := Number of Scell"]}}, "NL1_SpCell_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Serv Cell Index", "UINT32", "1", "0", "8", "Serving cell ID of a PSCell.\nThe PCell of the Master Cell Group uses ID = 0."], "1": ["t310", "UINT32", "1", "8", "4", "Enum{0:ms0, 1:ms50, 2:ms100, 3:ms200, 4:ms500, 5:ms1000,\n6:ms2000, 7:ms4000, 8:ms6000}"], "2": ["n310", "UINT32", "1", "12", "3", "Enum{0:n1, 1:n2, 2:n3, 3:n4, 4:n6, 5:n8, 6:n10, 7:n20}"], "3": ["n311", "UINT32", "1", "15", "3", "Enum{0:n1, 1:n2, 2:n3, 3:n4, 4:n5, 5:n6, 6:n8, 7:n10}"], "4": ["Reserved", "UINT32", "1", "18", "14", ""]}, "Name": "NL1_SpCell_Config_V1"}, "NL1_Gap_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Gap Valid", "UINT32", "1", "0", "1", "0: Gap is not configured,\n1: Gap is configured and the following parameters are valid\nEnum{0:not valid, 1:valid}"], "1": ["Gap Period", "UINT32", "1", "1", "2", "range[0, 3], Enum{0:20ms, 1:40ms, 2:80ms, 3:160ms}"], "2": ["Gap Length", "UINT32", "1", "3", "3", "range[0, 5], Enum{0:1_5ms,1:3ms,2:3_5ms,3:4ms,4:5_5ms,5:6ms}"], "3": ["Gap Offset", "UINT32", "1", "6", "8", "range[0, 159]"], "4": ["Reserved", "UINT32", "1", "14", "18", ""]}, "Name": "NL1_Gap_Config_V1"}, "NL1_Scell_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "7", "range[1, 89]"], "3": ["Cell Index", "UINT32", "1", "39", "4", "range[1, 9]"], "4": ["Reserved", "UINT32", "1", "43", "21", ""], "5": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "6": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "7": ["UL Frequency Band", "UINT32", "1", "214", "7", "range[1, 89]"], "8": ["Reserved", "UINT32", "1", "221", "3", ""], "9": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "10": ["PUCCH Config", "NL1_PUCCH_Config_V1", "1", "256", "32", "Information of PUCCH configuration (version 1)"], "11": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "288", "128", "CSS configuration"], "12": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "416", "128", "USS configuration"], "13": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "544", "32", "Information of PDSCH configuration (version 4)"], "14": ["Active UL BWP Config", "NL1_BWP_Config_V2", "1", "576", "96", "Configuration of active uplink BWP (version 2)"], "15": ["Active DL BWP Config", "NL1_BWP_Config_V2", "1", "672", "96", "Configuration of active downlink BWP (version 2)"]}, "Name": "NL1_Scell_Config_V1"}, "NL1_Scell_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "7", "range[1, 89]"], "3": ["Cell Index", "UINT32", "1", "39", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "43", "2", "range[1, 2]"], "5": ["Reserved", "UINT32", "1", "45", "19", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "8": ["UL Frequency Band", "UINT32", "1", "214", "7", "range[1, 89]"], "9": ["Cell Type", "UINT32", "1", "221", "1", "Enum{0: DL+UL, 1: Only DL}"], "10": ["Reserved", "UINT32", "1", "222", "2", ""], "11": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V4", "1", "800", "32", "Information of PDSCH configuration (version 4)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1110", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1142", "10", ""]}, "Name": "NL1_Scell_Config_V2"}, "NL1_Scell_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "8", "Frequency band index of FR1"], "3": ["Cell Index", "UINT32", "1", "40", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "44", "2", "range[1, 2]"], "5": ["Reserved", "UINT32", "1", "46", "18", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "8": ["UL Frequency Band", "UINT32", "1", "214", "8", "Frequency band index of FR1"], "9": ["Cell Type", "UINT32", "1", "222", "1", "Enum{0: DL+UL, 1: Only DL}"], "10": ["Reserved", "UINT32", "1", "223", "1", ""], "11": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "800", "32", "Information of PDSCH configuration (version 5)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1110", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1142", "10", ""]}, "Name": "NL1_Scell_Config_V3"}, "NL1_Scell_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "2", "range[1, 2]"], "5": ["Reserved", "UINT32", "1", "47", "17", ""], "6": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "7": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "8": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "9": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "10": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "224", "32", "Information of PUSCH configuration (version 4)"], "11": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "12": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "13": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "14": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "15": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "16": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "17": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "18": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "19": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "20": ["Reserved", "UINT32", "1", "1238", "10", ""], "21": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "22": ["Reserved", "UINT32", "1", "1270", "10", ""]}, "Name": "NL1_Scell_Config_V4"}, "NL1_Scell_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "2", "range[1, 2]"], "5": ["CP Type", "UINT32", "1", "47", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "48", "16", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "224", "32", "Information of PUSCH configuration (version 4)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1568", "384", "Information of CSI report configuration (version 2)"]}, "Name": "NL1_Scell_Config_V5"}, "NL1_Scell_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "224", "32", "Information of PUSCH configuration (version 4)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1568", "384", "Information of CSI report configuration (version 2)"]}, "Name": "NL1_Scell_Config_V6"}, "NL1_Scell_Config_V7": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V2", "4", "1568", "384", "Information of CSI report configuration (version 2)"]}, "Name": "NL1_Scell_Config_V7"}, "NL1_Scell_Config_V8": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "960", "96", "Configuration of active uplink BWP (version 3)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "1056", "96", "Configuration of active downlink BWP (version 3)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1568", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V8"}, "NL1_Scell_Config_V9": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["Reserved", "UINT32", "1", "49", "15", ""], "7": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "8": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "9": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "10": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "11": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "12": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "13": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "14": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "15": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "16": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "960", "96", "Configuration of active uplink BWP (version 4)"], "17": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1056", "96", "Configuration of active downlink BWP (version 4)"], "18": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "19": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "20": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "21": ["Reserved", "UINT32", "1", "1238", "10", ""], "22": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1270", "6", ""], "24": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "25": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "26": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1568", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V9"}, "NL1_Scell_Config_V10": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "8", "Frequency band index of FR1"], "3": ["Cell Index", "UINT32", "1", "40", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "44", "2", "range[1, 2]"], "5": ["UL Carrier Bandwidth", "UINT32", "1", "46", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "6": ["DL Carrier Bandwidth", "UINT32", "1", "50", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "7": ["Reserved", "UINT32", "1", "54", "10", ""], "8": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "9": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "10": ["UL Frequency Band", "UINT32", "1", "214", "8", "Frequency band index of FR1"], "11": ["Cell Type", "UINT32", "1", "222", "1", "Enum{0: DL+UL, 1: Only DL}"], "12": ["Reserved", "UINT32", "1", "223", "1", ""], "13": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "800", "32", "Information of PDSCH configuration (version 5)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "20": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1110", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1142", "10", ""]}, "Name": "NL1_Scell_Config_V10"}, "NL1_Scell_Config_V11": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["UL Carrier Bandwidth", "UINT32", "1", "49", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "7": ["DL Carrier Bandwidth", "UINT32", "1", "53", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "8": ["Reserved", "UINT32", "1", "57", "7", ""], "9": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "10": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "11": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "12": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "13": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "960", "96", "Configuration of active uplink BWP (version 4)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1056", "96", "Configuration of active downlink BWP (version 4)"], "20": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1238", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1270", "6", ""], "26": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "27": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "28": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1280", "288", "Information of SRS resource set configuration (version 2)"], "29": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1568", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V11"}, "NL1_Scell_Config_V12": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["UL Carrier Bandwidth", "UINT32", "1", "49", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "7": ["DL Carrier Bandwidth", "UINT32", "1", "53", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "8": ["Reserved", "UINT32", "1", "57", "7", ""], "9": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "10": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "11": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "12": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "13": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "224", "32", "Information of PUSCH configuration (version 5)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "960", "96", "Configuration of active uplink BWP (version 4)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V4", "1", "1056", "96", "Configuration of active downlink BWP (version 4)"], "20": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1238", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1270", "6", ""], "26": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "27": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "28": ["P Max Valid", "INT32", "1", "1280", "1", "Enum{0: Invalid, 1: Valid}"], "29": ["P Max", "INT32", "1", "1281", "8", "range[-30, 33]"], "30": ["Reserved", "INT32", "1", "1289", "23", ""], "31": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1312", "288", "Information of SRS resource set configuration (version 2)"], "32": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1600", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V12"}, "NL1_Scell_Config_V13": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "9", "Frequency band index of FR1 and FR2"], "3": ["Cell Index", "UINT32", "1", "41", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "45", "3", "range[0, 3], 0: no UL"], "5": ["CP Type", "UINT32", "1", "48", "1", "Enum{0: Normal, 1: Extended}"], "6": ["UL Carrier Bandwidth", "UINT32", "1", "49", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "7": ["DL Carrier Bandwidth", "UINT32", "1", "53", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "8": ["Reserved", "UINT32", "1", "57", "7", ""], "9": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "10": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "11": ["UL Frequency Band", "UINT32", "1", "214", "9", "Frequency band index of FR1 and FR2"], "12": ["Cell Type", "UINT32", "1", "223", "1", "Enum{0: DL+UL, 1: Only DL}"], "13": ["PUSCH Config", "NL1_PUSCH_Config_V6", "1", "224", "32", "Information of PUSCH configuration (version 6)"], "14": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "15": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "16": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "17": ["PDSCH Config", "NL1_PDSCH_Config_V6", "1", "800", "160", "Information of PDSCH configuration (version 6)"], "18": ["Active UL BWP Config", "NL1_BWP_Config_V5", "1", "960", "96", "Configuration of active uplink BWP (version 5)"], "19": ["Active DL BWP Config", "NL1_BWP_Config_V5", "1", "1056", "96", "Configuration of active downlink BWP (version 5)"], "20": ["UL Center Frequency", "UINT32", "1", "1152", "32", "Unit: 5khz"], "21": ["DL Center Frequency", "UINT32", "1", "1184", "32", "Unit: 5khz"], "22": ["DL Point A NARFCN", "UINT32", "1", "1216", "22", "Downlink NR-ARFCN of Point A"], "23": ["Reserved", "UINT32", "1", "1238", "10", ""], "24": ["UL Point A NARFCN", "UINT32", "1", "1248", "22", "Uplink NR-ARFCN of Point A"], "25": ["Reserved", "UINT32", "1", "1270", "6", ""], "26": ["SRS Switch Type", "UINT32", "1", "1276", "3", "Enum{0: 1T2R, 1:1T4R, 2:2T4R, 3:TR equal, 4: no config}"], "27": ["SRS Enable", "UINT32", "1", "1279", "1", "Enum{0: disable, 1: enable}"], "28": ["P Max Valid", "INT32", "1", "1280", "1", "Enum{0: Invalid, 1: Valid}"], "29": ["P Max", "INT32", "1", "1281", "8", "range[-30, 33]"], "30": ["Reserved", "INT32", "1", "1289", "23", ""], "31": ["SRS Resource Set Config", "NL1_SRS_Resource_Set_Config_V2", "1", "1312", "288", "Information of SRS resource set configuration (version 2)"], "32": ["CSI Report Config", "NL1_CSI_Report_Config_V3", "4", "1600", "384", "Information of CSI report configuration (version 3)"]}, "Name": "NL1_Scell_Config_V13"}, "NL1_Scell_Config_V14": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Physical Cell ID", "UINT32", "1", "0", "10", "range[0, 1007]"], "1": ["DL NARFCN", "UINT32", "1", "10", "22", "Downlink NR-ARFCN of SSB"], "2": ["DL Frequency Band", "UINT32", "1", "32", "8", "Frequency band index of FR1"], "3": ["Cell Index", "UINT32", "1", "40", "4", "range[1, 9]"], "4": ["UL Cc Index", "UINT32", "1", "44", "2", "range[1, 2]"], "5": ["SCell Index", "UINT32", "1", "46", "5", "range[1, 31]"], "6": ["UL Carrier Bandwidth", "UINT32", "1", "51", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "7": ["DL Carrier Bandwidth", "UINT32", "1", "55", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "8": ["Reserved", "UINT32", "1", "59", "5", ""], "9": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "64", "128", "Information of TDD pattern (version 1)"], "10": ["UL NARFCN", "UINT32", "1", "192", "22", "Uplink NR-ARFCN of Point A"], "11": ["UL Frequency Band", "UINT32", "1", "214", "8", "Frequency band index of FR1"], "12": ["Cell Type", "UINT32", "1", "222", "1", "Enum{0: DL+UL, 1: Only DL}"], "13": ["Reserved", "UINT32", "1", "223", "1", ""], "14": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "224", "32", "Information of PUSCH configuration (version 3)"], "15": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "256", "288", "Information of PUCCH configuration (version 3)"], "16": ["PDCCH Common Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "544", "128", "CSS configuration"], "17": ["PDCCH UE Specific Search Space Config", "NL1_PDCCH_Search_Space_Config_V1", "2", "672", "128", "USS configuration"], "18": ["PDSCH Config", "NL1_PDSCH_Config_V5", "1", "800", "32", "Information of PDSCH configuration (version 5)"], "19": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "832", "96", "Configuration of active uplink BWP (version 3)"], "20": ["Active DL BWP Config", "NL1_BWP_Config_V3", "1", "928", "96", "Configuration of active downlink BWP (version 3)"], "21": ["UL Center Frequency", "UINT32", "1", "1024", "32", "Unit: 5khz"], "22": ["DL Center Frequency", "UINT32", "1", "1056", "32", "Unit: 5khz"], "23": ["DL Point A NARFCN", "UINT32", "1", "1088", "22", "Downlink NR-ARFCN of Point A"], "24": ["Reserved", "UINT32", "1", "1110", "10", ""], "25": ["UL Point A NARFCN", "UINT32", "1", "1120", "22", "Uplink NR-ARFCN of Point A"], "26": ["Reserved", "UINT32", "1", "1142", "10", ""], "27": ["CSI Report Config", "NL1_CSI_Report_Config_V4", "4", "1152", "384", "Information of CSI report configuration (version 4)"]}, "Name": "NL1_Scell_Config_V14"}, "NL1_SUL_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""]}, "Name": "NL1_SUL_Config_V1"}, "NL1_SUL_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V3", "1", "288", "32", "Information of PUSCH configuration (version 3)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "608", "96", "Configuration of active uplink BWP (version 3)"]}, "Name": "NL1_SUL_Config_V2"}, "NL1_SUL_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V4", "1", "288", "32", "Information of PUSCH configuration (version 4)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "608", "96", "Configuration of active uplink BWP (version 3)"]}, "Name": "NL1_SUL_Config_V3"}, "NL1_SUL_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "288", "32", "Information of PUSCH configuration (version 5)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V3", "1", "608", "96", "Configuration of active uplink BWP (version 3)"]}, "Name": "NL1_SUL_Config_V4"}, "NL1_SUL_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V5", "1", "288", "32", "Information of PUSCH configuration (version 5)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V4", "1", "608", "96", "Configuration of active uplink BWP (version 4)"]}, "Name": "NL1_SUL_Config_V5"}, "NL1_SUL_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["UL NARFCN", "UINT32", "1", "1", "22", "Uplink NR-ARFCN of Point A"], "2": ["UL Frequency Band", "UINT32", "1", "23", "8", "range[80, 89]. Frequency band index for SUL"], "3": ["Reserved", "UINT32", "1", "31", "1", ""], "4": ["TDD Pattern", "NL1_TDD_UL_DL_Pattern_V1", "2", "32", "128", "Information of TDD pattern (version 1)"], "5": ["RACH Config", "NL1_RACH_Config_V2", "1", "160", "128", "Information of RACH configuration (version 2)"], "6": ["PUSCH Config", "NL1_PUSCH_Config_V6", "1", "288", "32", "Information of PUSCH configuration (version 6)"], "7": ["PUCCH Config", "NL1_PUCCH_Config_V3", "1", "320", "288", "Information of PUCCH configuration (version 3)"], "8": ["Active UL BWP Config", "NL1_BWP_Config_V5", "1", "608", "96", "Configuration of active uplink BWP (version 5)"]}, "Name": "NL1_SUL_Config_V6"}, "NL1_TDD_UL_DL_Pattern_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Transmission Period", "UINT32", "1", "1", "4", "Enum{0: 0_5ms, 1: 0_625ms, 2: 1msB, 3: 1_25ms, 4: 2ms,\n5: 2_5ms, 6: 3ms, 7: 4ms, 8: 5ms, 9: 10ms}"], "2": ["Number of DL slot", "UINT32", "1", "5", "9", "range[0, 320]"], "3": ["Number of UL slot", "UINT32", "1", "14", "9", "range[0, 320]"], "4": ["Number of DL symbol", "UINT32", "1", "23", "4", "range[0, 14]"], "5": ["Number of UL symbol", "UINT32", "1", "27", "4", "range[0, 14]"], "6": ["Reserved", "UINT32", "1", "31", "1", ""], "7": ["Guard Period", "UINT32", "1", "32", "4", "range[0, 10]"], "8": ["Reserved", "UINT32", "1", "36", "28", ""]}, "Name": "NL1_TDD_UL_DL_Pattern_V1"}, "NL1_RACH_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["PRACH Configuration Index", "UINT32", "1", "0", "8", "range[0, 255]"], "1": ["Root Sequence Index", "UINT32", "1", "8", "10", "range[0, 837]"], "2": ["Total Number of Preambles", "UINT32", "1", "18", "6", "range[1, 63]"], "3": ["SSB RO Config Valid", "UINT32", "1", "24", "1", "Enum{0: Invalid, 1: Valid}"], "4": ["SSB Per RO", "UINT32", "1", "25", "3", "Enum{0: 1/8, 1: 1/4, 2: 1/2, 3: 1, 4: 2, 5: 4, 6: 8, 7: 16}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["CB Preambles Per SSB", "UINT32", "1", "32", "6", "range[1, 63]"], "7": ["MSG1 SCS", "UINT32", "1", "38", "3", "Enum{0:15KHz,1:30KHz,2:60KHz,3:120KHz,4:240KHz,5:Invalid}"], "8": ["Reserved", "UINT32", "1", "41", "23", ""], "9": ["Preamble Target Power", "INT16", "1", "64", "16", "Initial preamble power as defined in TS 38.321-5.1.3"], "10": ["SSB RSRP Threshold", "INT16", "1", "80", "16", "RSRP threshold for the selection of SSB\nas defined in TS 38.321 - 5.1.2"]}, "Name": "NL1_RACH_Config_V1"}, "NL1_RACH_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["PRACH Configuration Index", "UINT32", "1", "0", "8", "range[0, 255]"], "1": ["Root Sequence Index", "UINT32", "1", "8", "10", "range[0, 837]"], "2": ["Total Number of Preambles", "UINT32", "1", "18", "6", "range[1, 63]"], "3": ["SSB RO Config Valid", "UINT32", "1", "24", "1", "Enum{0: Invalid, 1: Valid}"], "4": ["SSB Per RO", "UINT32", "1", "25", "3", "Enum{0: 1/8, 1: 1/4, 2: 1/2, 3: 1, 4: 2, 5: 4, 6: 8, 7: 16}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["CB Preambles Per SSB", "UINT32", "1", "32", "6", "range[1, 63]"], "7": ["MSG1 SCS", "UINT32", "1", "38", "3", "Enum{0:15KHz,1:30KHz,2:60KHz,3:120KHz,4:240KHz,5:Invalid}"], "8": ["Reserved", "UINT32", "1", "41", "23", ""], "9": ["Preamble Target Power", "INT16", "1", "64", "16", "Initial preamble power as defined in TS 38.321-5.1.3"], "10": ["SSB RSRP Threshold", "INT16", "1", "80", "16", "RSRP threshold for the selection of SSB\nas defined in TS 38.321 - 5.1.1"], "11": ["SUL RSRP Threshold", "INT16", "1", "96", "16", "RSRP threshold for the selection between NUL and SUL carrier\nas defined in TS 38.321 - 5.1.1"], "12": ["Reserved", "INT16", "1", "112", "16", ""]}, "Name": "NL1_RACH_Config_V2"}, "NL1_PUSCH_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["Reserved", "UINT32", "1", "12", "20", ""]}, "Name": "NL1_PUSCH_Config_V3"}, "NL1_PUSCH_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["PTRS Config Valid", "UINT32", "1", "12", "1", "Enum{0 : invalid, 1: valid}"], "9": ["Reserved", "UINT32", "1", "13", "19", ""]}, "Name": "NL1_PUSCH_Config_V4"}, "NL1_PUSCH_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["PTRS Config Valid", "UINT32", "1", "12", "1", "Enum{0 : invalid, 1: valid}"], "9": ["Transform Precoder", "UINT32", "1", "13", "1", "range[0, 1], Enum{0: Disabled, 1: Enabled}"], "10": ["Reserved", "UINT32", "1", "14", "18", ""]}, "Name": "NL1_PUSCH_Config_V5"}, "NL1_PUSCH_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Hopping", "UINT32", "1", "0", "2", "Enum{0: not configured, 1: intra, 2: inter}"], "1": ["Tx Config Type", "UINT32", "1", "2", "1", "Enum{0: Codebook, 1: Non-codebook}"], "2": ["Resource Allocation", "UINT32", "1", "3", "1", "Enum{0: Type 0, 1: Type 1}"], "3": ["Max MCS", "UINT32", "1", "4", "1", "Enum{0: 64QAM, 1: 256QAM}"], "4": ["Max Rank", "UINT32", "1", "5", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "5": ["RBG Size", "UINT32", "1", "7", "1", "Enum{0: Config 1, 1: Config 2}"], "6": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "8", "2", "range[0, 3]"], "7": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "10", "2", "range[0, 3]"], "8": ["PTRS Config Valid", "UINT32", "1", "12", "1", "Enum{0 : invalid, 1: valid}"], "9": ["Transform Precoder", "UINT32", "1", "13", "1", "range[0, 1], Enum{0: Disabled, 1: Enabled}"], "10": ["uplink TX switching valid", "UINT32", "1", "14", "1", "Enum{0: Invalid config, 1: Valid config}"], "11": ["uplink TX switching period location", "UINT32", "1", "15", "1", "Enum{0: False, 1: True}"], "12": ["uplink TX switching carrier", "UINT32", "1", "16", "1", "Enum{0: carrier1, 1: carrier2}"], "13": ["Reserved", "UINT32", "1", "17", "15", ""]}, "Name": "NL1_PUSCH_Config_V6"}, "NL1_PUCCH_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Group Hopping", "UINT32", "1", "0", "1", "Enum{0: Disabled, 1: Enabled}"], "1": ["Sequence Hopping", "UINT32", "1", "1", "1", "Enum{0: Disabled, 1: Enabled}"], "2": ["Inter Slot Frequency Hopping", "UINT32", "1", "2", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "3": ["Additional DMRS", "UINT32", "1", "6", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "4": ["Reserved", "UINT32", "1", "10", "22", ""]}, "Name": "NL1_PUCCH_Config_V1"}, "NL1_PUCCH_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Group Hopping", "UINT32", "1", "0", "1", "Enum{0: Disabled, 1: Enabled}"], "1": ["Sequence Hopping", "UINT32", "1", "1", "1", "Enum{0: Disabled, 1: Enabled}"], "2": ["Inter Slot Frequency Hopping", "UINT32", "1", "2", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "3": ["Additional DMRS", "UINT32", "1", "6", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "4": ["Reserved", "UINT32", "1", "10", "22", ""], "5": ["SR Resource Config", "NL1_SR_Resource_Config_V1", "8", "32", "256", "Information of scheduling request resource configuration (v1)"]}, "Name": "NL1_PUCCH_Config_V2"}, "NL1_PUCCH_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Vaid", "UINT32", "1", "0", "1", "Enum{0: Invalid config, 1: Valid config}"], "1": ["Group Hopping", "UINT32", "1", "1", "1", "Enum{0: Disabled, 1: Enabled}"], "2": ["Sequence Hopping", "UINT32", "1", "2", "1", "Enum{0: Disabled, 1: Enabled}"], "3": ["Inter Slot Frequency Hopping", "UINT32", "1", "3", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "4": ["Additional DMRS", "UINT32", "1", "7", "4", "Bit 0 means format 1, bit 1 means format 2, and so on.\nValue 0 means disabled, value 1 means enabled."], "5": ["Reserved", "UINT32", "1", "11", "21", ""], "6": ["SR Resource Config", "NL1_SR_Resource_Config_V1", "8", "32", "256", "Information of scheduling request resource configuration (v1)"]}, "Name": "NL1_PUCCH_Config_V3"}, "NL1_SR_Resource_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Vaid", "UINT32", "1", "0", "1", "Enum{0: Invalid config, 1: Valid config}"], "1": ["Resource Id", "UINT32", "1", "1", "3", "range[0, 7]"], "2": ["SR Id", "UINT32", "1", "4", "3", "range[0, 7]"], "3": ["Periodicity as Symbols", "UINT32", "1", "7", "1", "0: The unit of periodicity is slots, 1: The unit of\nperiodicity is symbols\nEnum{0:Period unit is slots,1:Period unit is symbols}"], "4": ["Periodicity", "UINT32", "1", "8", "10", "range[1, 640]"], "5": ["Offset", "UINT32", "1", "18", "10", "range[0, 639]"], "6": ["Reserved", "UINT32", "1", "28", "4", ""]}, "Name": "NL1_SR_Resource_Config_V1"}, "NL1_PDCCH_Search_Space_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Search Space", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Search Space ID", "UINT32", "1", "1", "6", "range[0, 39]"], "2": ["Slot Periodicity", "UINT32", "1", "7", "4", "Enum{0: 1 slot, 1: 2 slots, 2: 4 slots, 3: 5 slots, 4: 8 slots, 5: 10 slots, 6: 16 slots, 7: 20 slots,\n8: 40 slots,9: 80 slots,10: 160 slots,11: 320 slots,12: 640 slots,13: 1280 slots,14: 2560 slots}"], "3": ["Slot Offset", "UINT32", "1", "11", "12", "range[0, 2559]"], "4": ["Reserved", "UINT32", "1", "23", "9", ""], "5": ["Duration", "UINT32", "1", "32", "12", "range[2, 2559]"], "6": ["Monitoring Symbols", "UINT32", "1", "44", "14", "bit 0 means symbol 0, bit 1 means symbol 1, and so on."], "7": ["Monitoring 0_0 and 1_0", "UINT32", "1", "58", "1", "Enum{0: False, 1: True}"], "8": ["Monitoring 0_1 and 1_1", "UINT32", "1", "59", "1", "Enum{0: False, 1: True}"], "9": ["Monitoring 2_0", "UINT32", "1", "60", "1", "Enum{0: False, 1: True}"], "10": ["Monitoring 2_1", "UINT32", "1", "61", "1", "Enum{0: False, 1: True}"], "11": ["Monitoring 2_2", "UINT32", "1", "62", "1", "Enum{0: False, 1: True}"], "12": ["Monitoring 2_3", "UINT32", "1", "63", "1", "Enum{0: False, 1: True}"]}, "Name": "NL1_PDCCH_Search_Space_Config_V1"}, "NL1_PDSCH_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Allocation", "UINT32", "1", "0", "2", "Enum{0: Type 0, 1: Type 1, 2: Dynamic switch}"], "1": ["RBG Size", "UINT32", "1", "2", "1", "Enum{0: Config 1, 1: Config 2}"], "2": ["Max MCS", "UINT32", "1", "3", "1", "Enum{0: 64QAM, 1: 256QAM}"], "3": ["Max Rank", "UINT32", "1", "4", "2", "Enum{0 : Rank 1, 1: Rank 2, 2: Rank 3, 3: Rank 4}"], "4": ["PRB Bundling Type", "UINT32", "1", "6", "1", "Enum{0: Static, 1: Dynamic}"], "5": ["PRB Bundling Size", "UINT32", "1", "7", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "6": ["PRB Bundling Size Set 1", "UINT32", "1", "10", "3", "Enum{0: N2, 1: N4, 2: Wideband,3: N2 wideband, 4: N4 wideband}"], "7": ["PRB Bundling Size Set 2", "UINT32", "1", "13", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "8": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "16", "2", "range[0, 3]"], "9": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "18", "2", "range[0, 3]"], "10": ["QCL Source", "UINT32", "1", "20", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "11": ["QCL Source ID", "UINT32", "1", "22", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "12": ["QCL Type", "UINT32", "1", "29", "2", "Valid only when QCL Source is valid.\nEnum{0: Type A, 1: Type B, 2: Type C, 3: Type D}"], "13": ["Reserved", "UINT32", "1", "31", "1", ""]}, "Name": "NL1_PDSCH_Config_V4"}, "NL1_PDSCH_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Allocation", "UINT32", "1", "0", "2", "Enum{0: Type 0, 1: Type 1, 2: Dynamic switch}"], "1": ["RBG Size", "UINT32", "1", "2", "1", "Enum{0: Config 1, 1: Config 2}"], "2": ["Max MCS", "UINT32", "1", "3", "1", "Enum{0: 64QAM, 1: 256QAM}"], "3": ["Max Rank", "UINT32", "1", "4", "3", "Enum{0 : Rank 1, 1 : Rank 2, 2 : Rank 3, 3 : Rank 4,\n4 : Rank 5, 5 : Rank 6, 6 : Rank 7, 7 : Rank 8}"], "4": ["PRB Bundling Type", "UINT32", "1", "7", "1", "Enum{0: Static, 1: Dynamic}"], "5": ["PRB Bundling Size", "UINT32", "1", "8", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "6": ["PRB Bundling Size Set 1", "UINT32", "1", "11", "3", "Enum{0: N2, 1: N4, 2: Wideband, 3:N2 wideband, 4: N4 wideband}"], "7": ["PRB Bundling Size Set 2", "UINT32", "1", "14", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "8": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "17", "2", "range[0, 3]"], "9": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "19", "2", "range[0, 3]"], "10": ["QCL Source", "UINT32", "1", "21", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "11": ["QCL Source ID", "UINT32", "1", "23", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "12": ["QCL Type", "UINT32", "1", "30", "2", "Valid only when QCL Source is valid.\nEnum{0: Type A, 1: Type B, 2: Type C, 3: Type D}"]}, "Name": "NL1_PDSCH_Config_V5"}, "NL1_PDSCH_Config_V6": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Allocation", "UINT32", "1", "0", "2", "Enum{0: Type 0, 1: Type 1, 2: Dynamic switch}"], "1": ["RBG Size", "UINT32", "1", "2", "1", "Enum{0: Config 1, 1: Config 2}"], "2": ["Max MCS", "UINT32", "1", "3", "1", "Enum{0: 64QAM, 1: 256QAM}"], "3": ["Max Rank", "UINT32", "1", "4", "3", "Enum{0 : Rank 1, 1 : Rank 2, 2 : Rank 3, 3 : Rank 4,\n4 : Rank 5, 5 : Rank 6, 6 : Rank 7, 7 : Rank 8}"], "4": ["PRB Bundling Type", "UINT32", "1", "7", "1", "Enum{0: Static, 1: Dynamic}"], "5": ["PRB Bundling Size", "UINT32", "1", "8", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "6": ["PRB Bundling Size Set 1", "UINT32", "1", "11", "3", "Enum{0: N2, 1: N4, 2: Wideband, 3: N2 wideband, 4:N4 wideband}"], "7": ["PRB Bundling Size Set 2", "UINT32", "1", "14", "3", "Enum{0: N2, 1: N4, 2: Wideband}"], "8": ["DMRS Additional Position for Mapping Type A", "UINT32", "1", "17", "2", "range[0, 3]"], "9": ["DMRS Additional Position for Mapping Type B", "UINT32", "1", "19", "2", "range[0, 3]"], "10": ["QCL Source", "UINT32", "1", "21", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "11": ["QCL Source ID", "UINT32", "1", "23", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "12": ["QCL Type", "UINT32", "1", "30", "2", "Valid only when QCL Source is valid.\nEnum{0: Type A, 1: Type B, 2: Type C, 3: Type D}"], "13": ["Reserved", "UINT32", "1", "32", "31", ""], "14": ["PTRS Config Valid", "UINT32", "1", "63", "1", "Enum{0 : invalid, 1: valid}"], "15": ["PTRS Config", "NL1_PDSCH_PTRS_Config_V1", "1", "64", "96", "Valid if PTRS Config Valid=1"]}, "Name": "NL1_PDSCH_Config_V6"}, "NL1_PDSCH_PTRS_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Frequency Density Valid", "UINT32", "1", "0", "1", "Enum{0: invalid, 1:valid}"], "1": ["Time Density Valid", "UINT32", "1", "1", "1", "Enum{0: invalid, 1:valid}"], "2": ["Epre Ratio", "UINT32", "1", "2", "2", "range[0, 3]"], "3": ["Resource Element Offset", "UINT32", "1", "4", "2", "Enum{0: Offset00, 1: Offset01, 2: Offset10, 3: Offset11}"], "4": ["Reserved", "UINT32", "1", "6", "26", ""], "5": ["Frequency Density", "UINT16", "2", "32", "32", "range[1, 276], valid only if Frequency Density Valid=1"], "6": ["Time Density", "UINT8", "3", "64", "24", "range[0, 29], valid only if Time Density Valid=1"], "7": ["Reserved", "UINT8", "1", "88", "8", ""]}, "Name": "NL1_PDSCH_PTRS_Config_V1"}, "NL1_SRS_Resource_Set_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Resource Set Id", "UINT16", "1", "0", "4", "range[0, 15]"], "1": ["Usage", "UINT16", "1", "4", "2", "Enum{0: beam management, 1: codebook, 2: non-codebook,\n3: antenna switching}"], "2": ["alpha", "UINT16", "1", "6", "3", "Enum{0:0,1: 0_4, 2: 0_5, 3: 0_6, 4: 0_7, 5: 0_8, 6: 0_9, 7: 1}"], "3": ["Reserved", "UINT16", "1", "9", "7", ""], "4": ["p0", "INT16", "1", "16", "16", "range[-202, 24]"], "5": ["SRS Resources", "NL1_SRS_Resource_Config_V2", "4", "32", "256", "Information of SRS resource configuration (version 2)"]}, "Name": "NL1_SRS_Resource_Set_Config_V2"}, "NL1_SRS_Resource_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Resource Id", "UINT32", "1", "1", "6", "range[0, 63]"], "2": ["Resource Type", "UINT32", "1", "7", "2", "Enum{0: aperiodic, 1: semi-persistent, 2: periodic}"], "3": ["Number of SRS Ports", "UINT32", "1", "9", "3", "range[1, 4]"], "4": ["Number of Symbols", "UINT32", "1", "12", "3", "range[1, 4]"], "5": ["Frequency Domain Position", "UINT32", "1", "15", "7", "range[0, 67]"], "6": ["Frequency Domain Shift", "UINT32", "1", "22", "9", "range[0, 268]"], "7": ["Reserved", "UINT32", "1", "31", "1", ""], "8": ["Periodicity", "UINT32", "1", "32", "12", "range[1, 2560]"], "9": ["Offset", "UINT32", "1", "44", "12", "range[0, 2559]"], "10": ["Frequency Hopping", "UINT32", "1", "56", "2", "Enum{0: disabled, 1: enabled}"], "11": ["Reserved", "UINT32", "1", "58", "6", ""]}, "Name": "NL1_SRS_Resource_Config_V2"}, "NL1_NZP_CSI_RS_Resource_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Resource Id", "UINT32", "1", "1", "8", "range[0, 191]"], "2": ["Periodicity Offset Valid", "UINT32", "1", "9", "1", "Enum{0: False, 1: True}"], "3": ["Periodicity", "UINT32", "1", "10", "10", "range[4, 640]"], "4": ["Offset", "UINT32", "1", "20", "10", "range[0, 639]"], "5": ["Reserved", "UINT32", "1", "30", "2", ""]}, "Name": "NL1_NZP_CSI_RS_Resource_V1"}, "NL1_CSI_Report_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Report Config Id", "UINT32", "1", "1", "6", "range[0, 47]"], "2": ["Serving Cell Index", "UINT32", "1", "7", "5", "range[0, 31]"], "3": ["Report Config Type", "UINT32", "1", "12", "2", "Enum{0: Periodic,1: Semi-persistent on PUCCH,\n2: Semi-persistent on PUSCH, 3: Aperiodic}"], "4": ["Report Periodicity", "UINT32", "1", "14", "9", "range[4, 320]. Valid only when Report Config Type is periodic\nor semi-persistent."], "5": ["Report Quantity", "UINT32", "1", "23", "3", "Enum{0: None,1: CRI_RI_PMI_CQI, 2: RI_I1,3: RI_I1_CQI,\n4:CRI_RI_CQI,5:CRI_RSRP,6:SSB Index RSRP,7:CRI_RI_LI_PMI_CQ}"], "6": ["CQI Reporting Granularity", "UINT32", "1", "26", "1", "Enum{0: wideband, 1: subband}"], "7": ["PMI Reporting Granularity", "UINT32", "1", "27", "1", "Enum{0: wideband, 1: subband}"], "8": ["Reserved", "UINT32", "1", "28", "4", ""], "9": ["Number of Subbands", "UINT32", "1", "32", "5", "range[3, 19]"], "10": ["Subband Size", "UINT32", "1", "37", "6", "4 or 8 or 16 or 32"], "11": ["Codebook Config", "UINT32", "1", "43", "2", "Enum{0: Type I Single Panel, 1:Type I Multi Panel,2: Type II,\n3: Type II Port Selection}"], "12": ["Reserved", "UINT32", "1", "45", "19", ""], "13": ["NZP CSI RS Resource", "NL1_NZP_CSI_RS_Resource_V2", "1", "64", "32", "Information of non-zero-power CSI-RS resource (version 2)"]}, "Name": "NL1_CSI_Report_Config_V2"}, "NL1_CSI_Report_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Report Config Id", "UINT32", "1", "1", "6", "range[0, 47]"], "2": ["Serving Cell Index", "UINT32", "1", "7", "5", "range[0, 31]"], "3": ["Report Config Type", "UINT32", "1", "12", "2", "Enum{0: Periodic,1: Semi-persistent on PUCCH,\n2: Semi-persistent on PUSCH, 3: Aperiodic}"], "4": ["Report Periodicity", "UINT32", "1", "14", "9", "range[4, 320]. Valid only when Report Config Type is periodic\nor semi-persistent."], "5": ["Report Quantity", "UINT32", "1", "23", "3", "Enum{0: None,1: CRI_RI_PMI_CQI, 2: RI_I1,3: RI_I1_CQI,\n4:CRI_RI_CQI,5:CRI_RSRP,6:SSB Index RSRP,7:CRI_RI_LI_PMI_CQ}"], "6": ["CQI Reporting Granularity", "UINT32", "1", "26", "1", "Enum{0: wideband, 1: subband}"], "7": ["PMI Reporting Granularity", "UINT32", "1", "27", "1", "Enum{0: wideband, 1: subband}"], "8": ["CQI Table Valid", "UINT32", "1", "28", "1", "Enum{0: Invalid, 1: Valid}"], "9": ["CQI Table Index", "UINT32", "1", "29", "2", "Range[1,3]"], "10": ["Reserved", "UINT32", "1", "31", "1", ""], "11": ["Number of Subbands", "UINT32", "1", "32", "5", "range[3, 19]"], "12": ["Subband Size", "UINT32", "1", "37", "6", "4 or 8 or 16 or 32"], "13": ["Codebook Config", "UINT32", "1", "43", "2", "Enum{0: Type I Single Panel, 1:Type I Multi Panel,2: Type II,\n3: Type II Port Selection}"], "14": ["Reserved", "UINT32", "1", "45", "19", ""], "15": ["NZP CSI RS Resource", "NL1_NZP_CSI_RS_Resource_V2", "1", "64", "32", "Information of non-zero-power CSI-RS resource (version 2)"]}, "Name": "NL1_CSI_Report_Config_V3"}, "NL1_CSI_Report_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid Config", "UINT32", "1", "0", "1", "Enum{0: Invalid, 1: Valid}"], "1": ["Report Config Id", "UINT32", "1", "1", "6", "range[0, 47]"], "2": ["Serving Cell Index", "UINT32", "1", "7", "5", "range[0, 31]"], "3": ["Report Config Type", "UINT32", "1", "12", "2", "Enum{0: Periodic,1: Semi-persistent on PUCCH,\n2: Semi-persistent on PUSCH, 3: Aperiodic}"], "4": ["Report Periodicity", "UINT32", "1", "14", "9", "range[4, 320]. Valid only when Report Config Type is periodic\nor semi-persistent."], "5": ["Report Quantity", "UINT32", "1", "23", "3", "Enum{0: None,1: CRI_RI_PMI_CQI, 2: RI_I1,3: RI_I1_CQI,\n4:CRI_RI_CQI,5:CRI_RSRP,6:SSB Index RSRP,7:CRI_RI_LI_PMI_CQ}"], "6": ["CQI Reporting Granularity", "UINT32", "1", "26", "1", "Enum{0: wideband, 1: subband}"], "7": ["PMI Reporting Granularity", "UINT32", "1", "27", "1", "Enum{0: wideband, 1: subband}"], "8": ["CQI Table Valid", "UINT32", "1", "28", "1", "Enum{0: Invalid, 1: Valid}"], "9": ["CQI Table Index", "UINT32", "1", "29", "2", "Range[1,3]"], "10": ["Reserved", "UINT32", "1", "31", "1", ""], "11": ["Number of Subbands", "UINT32", "1", "32", "5", "range[3, 19]"], "12": ["Subband Size", "UINT32", "1", "37", "6", "4 or 8 or 16 or 32"], "13": ["Codebook Config", "UINT32", "1", "43", "2", "Enum{0: Type I Single Panel, 1:Type I Multi Panel,2: Type II,\n3: Type II Port Selection}"], "14": ["Report Offset", "UINT32", "1", "45", "9", "range[0, 319]"], "15": ["Reserved", "UINT32", "1", "54", "10", ""], "16": ["NZP CSI RS Resource", "NL1_NZP_CSI_RS_Resource_V2", "1", "64", "32", "Information of non-zero-power CSI-RS resource (version 2)"]}, "Name": "NL1_CSI_Report_Config_V4"}, "NL1_NZP_CSI_RS_Resource_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Periodicity Offset Valid", "UINT32", "1", "0", "1", "Enum{0: False, 1: True}"], "1": ["Periodicity", "UINT32", "1", "1", "10", "range[4, 640]"], "2": ["Offset", "UINT32", "1", "11", "10", "range[0, 639]"], "3": ["Number of Ports", "UINT32", "1", "21", "6", "range[1, 32]"], "4": ["Reserved", "UINT32", "1", "27", "5", ""]}, "Name": "NL1_NZP_CSI_RS_Resource_V2"}, "NL1_Antenna_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Transmission Mode", "UINT32", "1", "0", "4", "range[1, 10]"], "1": ["Tx Antenna Selection", "UINT32", "1", "4", "2", "Enum{0: Disabled, 1: Closed loop, 2: Open loop}"], "2": ["Reserved", "UINT32", "1", "6", "26", ""]}, "Name": "NL1_Antenna_Config_V1"}, "NL1_BWP_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Reserved", "UINT32", "1", "24", "8", ""], "5": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"]}, "Name": "NL1_BWP_Config_V1"}, "NL1_BWP_Config_V2": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Reserved", "UINT32", "1", "24", "8", ""], "5": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "6": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "7": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V2"}, "NL1_BWP_Config_V3": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Bandwidth", "UINT32", "1", "24", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:200MHz,\n13:400MHz}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "7": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "8": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V3"}, "NL1_BWP_Config_V4": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Bandwidth", "UINT32", "1", "24", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "5": ["Reserved", "UINT32", "1", "28", "4", ""], "6": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "7": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "8": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V4"}, "NL1_BWP_Config_V5": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["BWP Id", "UINT32", "1", "0", "3", "range[0, 4]. 0: initial"], "1": ["BWP start", "UINT32", "1", "3", "9", "Initial position of BWP as defined in TS 38.213 clause 12"], "2": ["BWP size", "UINT32", "1", "12", "9", "range[0, 275]"], "3": ["Sub carrier Spacing", "UINT32", "1", "21", "3", "{0, 1, 2, 3, 4} indicates SCS={15, 30, 60, 120, 240} khz\nEnum{0:15khz, 1:30khz, 2:60khz, 3:120khz, 4:240khz}"], "4": ["Bandwidth", "UINT32", "1", "24", "4", "Quantized bandwidth in MHz\nEnum{0:5MHz,1:10Mhz,2:15Mhz,3:20Mhz,4:25Mhz,5:30MHz,6:40MHz,\n7:50MHz,8:60MHz,9:80MHz,10:90MHz,11:100MHz,12:70MHz,13:200MHz,\n14:400MHz}"], "5": ["Max MIMO LayersDL", "UINT32", "1", "28", "4", "DL BWP only. Maximum number of MIMO layers to be used for\nPDSCH in this DL BWP.\nrange[1, 8]. 0: invalid"], "6": ["Max throughput", "UINT32", "1", "32", "32", "Maximum throughput of this BWP based on the current physical\nconfiguration (KB/s)"], "7": ["locationAndBandwidth", "UINT32", "1", "64", "16", "range[0, 37949]"], "8": ["Reserved", "UINT32", "1", "80", "16", ""]}, "Name": "NL1_BWP_Config_V5"}, "NL1_TRS_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Periodicity", "UINT32", "1", "0", "10", "range[4, 640]"], "1": ["PRB Number", "UINT32", "1", "10", "9", "range[0, 273]"], "2": ["QCL Source", "UINT32", "1", "19", "2", "Enum{0: invalid, 1: SSB, 2: CSI-RS}"], "3": ["QCL Source ID", "UINT32", "1", "21", "7", "If QCL Source is SSB, the ID means SSB index. If QCL Source is\nCSI-RS, the ID means CSI-RS resource ID."], "4": ["QCL Type", "UINT32", "1", "28", "2", "Valid only when QCL Source is valid.\nEnum{ 0: Type A, 1: Type B, 2: Type C, 3: Type D}"], "5": ["Reserved", "UINT32", "1", "30", "2", ""]}, "Name": "NL1_TRS_Config_V1"}, "NL1_PCCH_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["PCCH Config Idle Valid", "UINT32", "1", "0", "1", "Enum{0: invalid, 1: valid}, valid once UE enters idle mode"], "1": ["Default Paging Cycle", "UINT32", "1", "1", "9", "range[32, 256]"], "2": ["N", "UINT32", "1", "10", "3", "Enum{0: 1T, 1: T/2, 2: T/4, 3: T/8, 4: T/16}"], "3": ["Paging Offset", "UINT32", "1", "13", "4", "range[0, 15]"], "4": ["Ns", "UINT32", "1", "17", "3", "range[1, 4]"], "5": ["User Specific Paging Cycle", "UINT32", "1", "20", "9", "range[32, 256]"], "6": ["Reserved", "UINT32", "1", "29", "3", ""]}, "Name": "NL1_PCCH_Config_V1"}, "NL1_DCP_Config_V1": {"ColNum": 6, "Header": ["Field", "Type Name", "Count", "Offset", "Length\n(bits)", "Description"], "Data": {"0": ["Valid", "UINT32", "1", "0", "1", "Enum{0: invalid, 1: valid}"], "1": ["ps RNTI", "UINT32", "1", "1", "16", "range[0, 65535]"], "2": ["ps Offset", "UINT32", "1", "17", "8", "range[1, 120]"], "3": ["Reserved", "UINT32", "1", "25", "7", ""], "4": ["size DCI 2_6", "UINT32", "1", "32", "8", "range[1, 140]"], "5": ["ps position dci 2_6", "UINT32", "1", "40", "8", "range[0, 139]"], "6": ["ps wake up", "UINT32", "1", "48", "1", "Enum{0: False, 1: True}"], "7": ["ps transmit periodic l1 rsrp", "UINT32", "1", "49", "1", "Enum{0: False, 1: True}"], "8": ["ps transmit Other Periodic CSI", "UINT32", "1", "50", "1", "Enum{0: False, 1: True}"], "9": ["Reserved", "UINT32", "1", "51", "13", ""]}, "Name": "NL1_DCP_Config_V1"}}},
  Public JSON end */
-// Checksum : [c7beeb692d3dcd783d0b9fd22c2906bc]
+// Checksum : [66e286824bbf009e7d36a59717c98cc9]
diff --git a/mcu/interface/service/nal/nal_public_apis.h b/mcu/interface/service/nal/nal_public_apis.h
old mode 100755
new mode 100644
index 4e2cfd0..cc60ee4
--- a/mcu/interface/service/nal/nal_public_apis.h
+++ b/mcu/interface/service/nal/nal_public_apis.h
@@ -55,6 +55,7 @@
 nal_int32 nal_recvmsg(nal_int socketd, nal_msghdr* msg, nal_int16 flags);
 nal_status nal_getsockopt(nal_int socketd, nal_int level, nal_int optname, void* optval, nal_int* optlen);
 nal_status nal_setsockopt(nal_int socketd, nal_int level, nal_int optname, const void* optval, nal_int optlen);
+nal_status nal_ready_to_send(nal_int socketd);
 
 nal_status nal_listen(nal_int socketd, nal_uint16 backlog);
 nal_status nal_accept(nal_int socketd, nal_addr_struct* peer, nal_int16* addrlen);
@@ -99,6 +100,4 @@
 nal_status nal_configure_ipv6_interface(const nal_uint32 dev_index, nal_int optname, const void* optval);
 nal_status nal_setrsraopt(void* user_data, nal_int level, const void* param, nal_uint32 optlen);
 
-kal_int32 nal_dns_get_md_dns_servers_list(kal_uint8 *dest, kal_int32 size, kal_int16 family, kal_uint32 stk_id);
-
 #endif /* NAL_PUBLIC_APIS_H */
diff --git a/mcu/interface/service/nvram/errc_nvram_def.h b/mcu/interface/service/nvram/errc_nvram_def.h
index b556e46..5b921a5 100644
--- a/mcu/interface/service/nvram/errc_nvram_def.h
+++ b/mcu/interface/service/nvram/errc_nvram_def.h
@@ -763,7 +763,7 @@
 #define NVRAM_EF_ERRC_LEARNED_MCC_LID_VERNO       "002"
 #define NVRAM_EF_ERRC_STORED_CELL_LID_VERNO       "000"
 #define NVRAM_EF_ERRC_AFR_SETTING_LID_VERNO       "000"
-#define NVRAM_EF_LTE_CAP_LID_VERNO                 "006"
+#define NVRAM_EF_LTE_CAP_LID_VERNO                 "012"
 #define NVRAM_EF_UE_EUTRA_CAP_CSFB_LID_VERNO            "115"
 #define NVRAM_EF_LTE_FEATURE_CTRL_LID_VERNO             "008"
 #define NVRAM_EF_ERRC_LTE_SCAN_ENHANCE_LID_VERNO    "000"
@@ -789,7 +789,7 @@
 #define NVRAM_EF_ERRC_LEARNED_MCC_LID_HASH   0x1FBD203D
 #define NVRAM_EF_ERRC_STORED_CELL_LID_HASH   0xBBEAD2B4
 #define NVRAM_EF_ERRC_AFR_SETTING_LID_HASH   0x620CF1D2
-#define NVRAM_EF_LTE_CAP_LID_HASH   0xC16E0E1D
+#define NVRAM_EF_LTE_CAP_LID_HASH   0x9F78AD0D
 #define NVRAM_EF_UE_EUTRA_CAP_CSFB_LID_HASH   0x7B5C2A2A
 #define NVRAM_EF_LTE_FEATURE_CTRL_LID_HASH   0xA50E0EE4
 #define NVRAM_EF_ERRC_LTE_SCAN_ENHANCE_LID_HASH   0x45449907
diff --git a/mcu/interface/service/nvram/ims_nvram_editor.h b/mcu/interface/service/nvram/ims_nvram_editor.h
old mode 100755
new mode 100644
index 4057d13..778bd65
--- a/mcu/interface/service/nvram/ims_nvram_editor.h
+++ b/mcu/interface/service/nvram/ims_nvram_editor.h
@@ -1493,22 +1493,22 @@
 
 #include "ims_nvram_def.h"
 
-#define NVRAM_EF_IMS_PROFILE_LID_VERNO                      "700"
-#define NVRAM_EF_IMS_PROFILE_LID_HASH                       0x74F214D5
+#define NVRAM_EF_IMS_PROFILE_LID_VERNO                      "731"
+#define NVRAM_EF_IMS_PROFILE_LID_HASH                       0x8527790E
 
 #define NVRAM_EF_IMS_PROVISIONING_PROFILE_LID_VERNO         "001"
 #define NVRAM_EF_IMS_PROVISIONING_PROFILE_LID_HASH          0x21675CFC
 
-#define NVRAM_EF_DRP_IMS_PROFILE_LID_VERNO                  "013"
-#define NVRAM_EF_DRP_IMS_PROFILE_LID_HASH                   0xC78074AA
+#define NVRAM_EF_DRP_IMS_PROFILE_LID_VERNO                  "098"
+#define NVRAM_EF_DRP_IMS_PROFILE_LID_HASH                   0x7B895AF2
 
 #define NVRAM_EF_LTECSR_PROFILE_LID_VERNO                   "012"
 #define NVRAM_EF_LTECSR_PROFILE_LID_HASH                    0x3B54A9CA
 
 #define NVRAM_EF_DRP_LTECSR_PROFILE_LID_VERNO               "009"
 #define NVRAM_EF_DRP_LTECSR_PROFILE_LID_HASH                0x33A1F57F
-#define NVRAM_EF_VDM_ADS_PROFILE_LID_VERNO                    "075"
-#define NVRAM_EF_VDM_ADS_PROFILE_LID_HASH                      0x69FC37CF
+#define NVRAM_EF_VDM_ADS_PROFILE_LID_VERNO                    "077"
+#define NVRAM_EF_VDM_ADS_PROFILE_LID_HASH                      0xC65F13D2
 
 #define NVRAM_EF_VDM_NV_DATA_LID_VERNO                        "001"
 #define NVRAM_EF_VDM_NV_DATA_LID_HASH                         0xBE3530DD
@@ -1961,6 +1961,8 @@
   kal_uint8     ignore_unsupported_content_type; //0
   kal_uint8     mt_call_no_prcd_in_sdp;                // 0
   kal_uint8     refresh_wait_request;  //0
+  kal_uint8     retry_ims_voice_with_org_codec_if_488_vport_0;         //0
+  kal_uint8     mt_no_prcd_in_sip;  //0  
 
   /* SMS */
   kal_uint8     psismsc_from_user;              // 0
@@ -2127,6 +2129,7 @@
   kal_uint8     nr_treg;    //0
   kal_uint8     not_subscribe_when_receive_489;  // 0
   kal_uint8     notify_underegistered_cause_deregistration;  //0
+  kal_uint32    avai_time_for_lbs_to_geo;    // 5s
 } nvram_ua_struct;
 
 typedef struct{
@@ -2219,6 +2222,8 @@
   kal_uint8     deactivate_video_when_early_media_off;    //0
   kal_uint8     allow_call_while_registering;         // 0
   kal_uint8     ims_re_reg_after_5G4;               //0
+  kal_uint8     w2l_ho_failed_dereg_cause[256];       // w2l_ho_failed_dereg_cause[53] = 1
+  kal_uint32    emergency_session_keep_timer;         // 10s
 
   /* Extend IMCB internal config to NVRAM */
   kal_uint8     ignore_sgn_qci_check;               // 0
@@ -2405,8 +2410,8 @@
     kal_uint8 wait_esfb_irat_timer_length;
 
     kal_uint8 retry_for_ims_domain_when_dedicated_bearer_timeout;
-    kal_uint8 reserved7;
-    kal_uint8 reserved6;
+    kal_uint8 n1_rat_disable_timer_sec;
+    kal_uint8 n1_rat_disable_timer_min;
     kal_uint8 reserved5;
 
     kal_uint8 reserved4;
@@ -2691,6 +2696,12 @@
         /*                         UA/REG part                         */
         /*****************************************************************/
         ua_config:"[MCF] Call UA, Registration UA, SMS UA, USSD UA"{};
+        ua_config.mt_no_prcd_in_sip:"[MCF]"{
+            mt_no_prcd_in_sip:8 "If MT INVITE or reINVITE without precondition in Supported/Require header, but include qos in sdp, send resp without qos."{
+                0: "Disabled";
+                1: "Enabled";
+            };
+        };				
         ua_config.not_subscribe_when_receive_489:"[MCF]"{
             not_subscribe_when_receive_489:8 "Whether continue do reg-event subscribe when receive 489 for subscribe"{
                 0: "Continue to send reg event SUBSCRIBE";
@@ -2905,6 +2916,12 @@
                 1: "Enable";
             };
         };
+        ua_config.retry_ims_voice_with_org_codec_if_488_vport_0:"[MCF]"{
+            retry_ims_voice_with_org_codec_if_488_vport_0:8 "When making a MO video call and receive 488 with video port 0, retry IMS voice directly by IMS UA with original codecs"{
+                0: "Disable";
+                1: "Enable";
+            };
+        };
         ua_config.always_report_remote_video_cap_support:"[MCF]"{
             always_report_remote_video_cap_support:8 "Always report remote support video if local can support"{
                 0: "Disable";
@@ -5202,6 +5219,11 @@
         ua_config.max_normal_retry_after_timer_count:"[MCF]max retry counts on same pcscf when receive except 403&404 with retry_after header"{};
         ua_config.reg_retry_by_error_response_list:"[MCF,STRING]use bitmap format to indicate the retry strategy when receive error response"{};
         ua_config.notify_underegistered_cause_deregistration:"[INTERNAL]"{};
+		ua_config.avai_time_for_lbs_to_geo:"[MCF]"{
+            avai_time_for_lbs_to_geo:32 "IMS will send +EIMSGEO with coordinates when receiving information from LBS in this specified time"{
+                5: "5s time window";
+            };
+        };
 
         /*****************************************************************/
         /*                         IMC/IMCB part                         */
@@ -5366,6 +5388,7 @@
         imc_config.loc_info_query_timer:"[INTERNAL] Obsolete, WFC location information. AN:unit: sec"{};
         imc_config.loc_info_refresh_timer:"[INTERNAL] Obsolete"{};
         imc_config.ecc_guard_timer:"[MCF]To protect overall ECC call establishment time. From dial number to dedicated EPS bearer established, not including 183 Ringing. AN:unit: sec"{};
+        imc_config.emergency_session_keep_timer:"[MCF]A timer keep modem in emc mode when ims emergency call end with configuration that emergency dereg not allowed AN:unit: ms"{};
         imc_config.disable_isim_application:"[MCF]"{
             disable_isim_application:8 "Disable ISIM application during IMS registration for some reason such as ISIM is valid while the parameter is wrong"{
                 0: "Disable";
@@ -5611,6 +5634,7 @@
                 1: "Enable";
             };
         };
+        imc_config.w2l_ho_failed_dereg_cause:"[MCF,STRING]>The cause of handover failed which IMC will trigger deregister"{};
      };
 
 /***********************************************************
@@ -5940,8 +5964,8 @@
             profile_common.guard_normal_scan_timer_length:"The length of normal scan timer during ecc session"{};
             profile_common.wait_esfb_irat_timer_length:"The length of wait for esfb irat timer during ecc session"{};
             profile_common.retry_for_ims_domain_when_dedicated_bearer_timeout:"retry on IMS domin again for Bearer timeout"{};
-            profile_common.reserved7:"reserved7"{};
-            profile_common.reserved6:"reserved6"{};
+            profile_common.n1_rat_disable_timer_sec:"To disable n1 after emergency call disconnect for certain duration - Second"{};
+            profile_common.n1_rat_disable_timer_min:"To disable n1 after emergency call disconnect for certain duration - Minute"{};
             profile_common.reserved5:"reserved5"{};
             profile_common.reserved4:"reserved4"{};
             profile_common.reserved3:"reserved3"{};
diff --git a/mcu/interface/service/nvram/nas_nvram_def.h b/mcu/interface/service/nvram/nas_nvram_def.h
old mode 100755
new mode 100644
index 5c99af7..2277b43
--- a/mcu/interface/service/nvram/nas_nvram_def.h
+++ b/mcu/interface/service/nvram/nas_nvram_def.h
@@ -177,6 +177,7 @@
         NVRAM_EF_MM_ECC_IMSI_MCC_LIST_LID             = NVRAM_LID_GRP_NAS(7), // ECC IMSI MCC LIST 
         NVRAM_EF_NAS_T3346_INFO_LID                   = NVRAM_LID_GRP_NAS(9),
         NVRAM_EF_NAS_BLACKLIST_PLMN_LID               = NVRAM_LID_GRP_NAS(12), // Store blacklist PLMN
+        NVRAM_EF_NAS_NSA_WHITELIST_PLMN_LID           = NVRAM_LID_GRP_NAS(17), // Store NSA whitelist PLMN
         NVRAM_EF_NAS_LAST_LID                         = NVRAM_LID_GRP_NAS(63)
 }nvram_lid_nas_enum;
 
@@ -191,6 +192,7 @@
 #define NVRAM_EF_NAS_T3346_INFO_LID_VERNO "000"
 #define NVRAM_EF_MM_DISABLE_SRVCC_IE_PLMN_LID_VERNO "000" 
 #define NVRAM_EF_MM_ECC_IMSI_MCC_LIST_LID_VERNO "000" 
+#define NVRAM_EF_NAS_NSA_WHITELIST_PLMN_LID_VERNO "000" 
 
 // HASH Key
 #define NVRAM_EF_NWSEL_DATA_LID_HASH   0x6679DA24
@@ -203,6 +205,7 @@
 #define NVRAM_EF_NAS_T3346_INFO_LID_HASH  0xB2CC44E3
 #define NVRAM_EF_MM_DISABLE_SRVCC_IE_PLMN_LID_HASH   0x729E8969 
 #define NVRAM_EF_MM_ECC_IMSI_MCC_LIST_LID_HASH   0xE097C9DD
+#define NVRAM_EF_NAS_NSA_WHITELIST_PLMN_LID_HASH   0x6BB69F90
 
 /**
  * NWSEL
@@ -379,6 +382,25 @@
 #define NVRAM_EF_MM_ECC_IMSI_MCC_LIST_TOTAL (1 * NVRAM_DUAL_RECORD)
 #define NVRAM_EF_MM_ECC_IMSI_MCC_LIST_SIZE  sizeof(nvram_ef_mm_ecc_imsi_mcc_list_struct)
 
+/**
+ * NVRAM_EF_NAS_NSA_WHITELIST_PLMN_LID
+ */
+#define	NVRAM_NAS_NSA_WHITELIST_PLMN_SIZE 300
+
+typedef struct
+{
+   kal_uint8 plmn[3]; /* NSA PLMN */
+}nvram_nas_nsa_whitelist_plmn_struct;
+
+typedef struct
+{
+    kal_uint16 number_of_nsa_whitelist_plmn;
+	nvram_nas_nsa_whitelist_plmn_struct nas_nsa_whitelist_plmn_table[NVRAM_NAS_NSA_WHITELIST_PLMN_SIZE];
+}nvram_ef_nas_nsa_whitelist_plmn_struct;
+
+#define NVRAM_EF_NAS_NSA_WHITELIST_PLMN_TOTAL (1 * NVRAM_DUAL_RECORD)
+#define NVRAM_EF_NAS_NSA_WHITELIST_PLMN_SIZE  sizeof(nvram_ef_nas_nsa_whitelist_plmn_struct)
+
 
 
 #ifdef __cplusplus
diff --git a/mcu/interface/service/nvram/nas_nvram_editor.h b/mcu/interface/service/nvram/nas_nvram_editor.h
old mode 100755
new mode 100644
index f0235a6..dd1559c
--- a/mcu/interface/service/nvram/nas_nvram_editor.h
+++ b/mcu/interface/service/nvram/nas_nvram_editor.h
@@ -316,6 +316,13 @@
 
 typedef enum
 {
+    NVRAM_NWSEL_PROC_TURN_ON_IMS,
+    NVRAM_NWSEL_PROC_UE_MODE_CHANGE,
+    NVRAM_NWSEL_PROC_DATA_SERVICE_CHANGE,
+    NVRAM_NWSEL_PROC_IA_APN_CHANGE,
+    NVRAM_NWSEL_PROC_PDN_AVAIL_CHANGE,
+    NVRAM_NWSEL_PROC_LEAVE_REJ_13_15_GEO_AREA,
+    NVRAM_NWSEL_PROC_GENERAL_TIMER_EXPIRE,
     NVRAM_NWSEL_PROC_EMC_SERVICE_CHANGE,
     NVRAM_NWSEL_PROC_MAX,
 } nvram_nwsel_enable_s1_n1_procedure_enum;
@@ -1009,6 +1016,21 @@
 	};
 
 
+/********************************************************************************************
+* LID_NAME
+* NVRAM_EF_NAS_NSA_WHITELIST_PLMN_LID
+* DESCRIPTION
+* Store PLMN
+* INFOMATION
+* Can OTA Reset: Yes
+* Update Scenario: This LID will only be updated by customer. 
+*********************************************************************************************/
+LID_BIT VER_LID(NVRAM_EF_NAS_NSA_WHITELIST_PLMN_LID)
+    nvram_ef_nas_nsa_whitelist_plmn_struct * NVRAM_EF_NAS_NSA_WHITELIST_PLMN_TOTAL
+	{
+	    number_of_nsa_whitelist_plmn: "[MCF] number of nsa whitelist plmn"{};
+		nas_nsa_whitelist_plmn_table: "[MCF] nsa whitelist plmn table"{};
+	};
 
 
 END_NVRAM_DATA
diff --git a/mcu/interface/service/sbp/sbp_feature.def b/mcu/interface/service/sbp/sbp_feature.def
index 4a2aedc..9fa1166 100755
--- a/mcu/interface/service/sbp/sbp_feature.def
+++ b/mcu/interface/service/sbp/sbp_feature.def
@@ -73,6 +73,10 @@
         <RECORD Date="2022-09-21" Author="ot901109">Add SBP_N1_MODE_NOT_ALLOWED_PERMANENT_DISABLING</RECORD>
         <RECORD Date="2023-02-07" Author="mtk15164">Add SBP_DISABLE_SEEK_VOICE_RE_ENABLE_TIMER_EXPIRY</RECORD>
         <RECORD Date="2023-02-07" Author="mtk15164">Add SBP_ENABLE_SEEK_VOICE_RE_ENABLE_FEATURE</RECORD>
+        <RECORD Date="2023-04-19" Author="ot901109">Add SBP_UPDATE_CAP_AND_FORCE_RELEASE_FOR_GENERAL_TIMER_EXPIRE</RECORD>
+        <RECORD Date="2022-10-18" Author="ot901114">Add SBP_GMSS_NO_SIM_SKIP_LTE_NR_SEARCH</RECORD>
+        <RECORD Date="2023-03-29" Author="mtk15164">Add SBP_NWSEL_CHECK_NSA_SETTING_FROM_NVRAM_WHITELIST</RECORD>
+	<RECORD Date="2022-05-06" Author="ot901109">Add SBP_TRIGGER_SEARCH_IN_SHARED_NW_FOR_EMC_ATTACH_FAILURE</RECORD>
     </HISTORY>
 </SBP_DOC_INFO>
 ******* SBP Doc End ********/
@@ -25892,7 +25896,7 @@
     SBP_FEATURE_DEF(SBP_URSP_RULE_SUPPORT, SBP_ATTR_NONE, "URSP Rule Support", "Not Supported", "Supported", 0)
 #else
 
-#if defined(__MTK_INTERNAL__)
+#if defined(__ENABLE_SBP_URSP_RULE_SUPPORT__) || defined(__MTK_INTERNAL__)
     SBP_FEATURE_DEF(SBP_URSP_RULE_SUPPORT, SBP_ATTR_NONE, "URSP Rule Support", "Not Supported", "Supported", 1)
 #else
     SBP_FEATURE_DEF(SBP_URSP_RULE_SUPPORT, SBP_ATTR_NONE, "URSP Rule Support", "Not Supported", "Supported", 0)
@@ -32047,13 +32051,12 @@
     <AUTHOR>mtk11459</AUTHOR>
 </SBP>
 ******* SBP Document END **************************************************************************/
-#ifdef __NR_SETUP_LATENCY_PS_OPT__
+#ifndef __GTEST_ENABLE__
    SBP_FEATURE_DEF(SBP_NR_SETUP_LATENCY_PS_OPT, SBP_ATTR_NONE, "Indicate disable the NR setup optimization feature in PS", "Disabled", "Enabled", 1)
 #else
    SBP_FEATURE_DEF(SBP_NR_SETUP_LATENCY_PS_OPT, SBP_ATTR_NONE, "Indicate disable the NR setup optimization feature in PS", "Disabled", "Enabled", 0)
 #endif
 
-
 /****** SBP Document BEGIN ************************************************************************
 <SBP title="SBP_VGMM_DEACT_INTERNET_PDUS_IND - If non-data SIM NW reconfigure internet DRB 4 times,VGMM trriger DDM deact internet PDN ">
     <DESCRIPTION>
@@ -35559,8 +35562,483 @@
     SBP_FEATURE_DEF(SBP_L5UCC_AUTO_RESUME_CALL_FEATURE_CONFIG, SBP_ATTR_NONE, "Auto Resume Call Feature config","Disabled","Enabled",1)
 #endif
 
+
+/****** SBP Document BEGIN ************************************************************************
+
+<SBP title="SBP_SIM_REPORT_CHANNEL_STATUS_CHANGE">
+    <DESCRIPTION>
+        <PARAG>
+	    This SBP is used to set SIM report channel status change feature on.
+        If this SBP is on, modem will send indication to host if client open or close logical channel.
+        </PARAG>
+    </DESCRIPTION>
+ 	<CONFIG>
+       <VALUE value="0">Disable</VALUE>
+       <VALUE value="1">Enable</VALUE>
+    </CONFIG>
+    <CATEGORY>SIM</CATEGORY>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>None</NOTE>
+    </NOTE>
+    <AUTHOR>mtk26927</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+    SBP_FEATURE_DEF(SBP_SIM_REPORT_CHANNEL_STATUS_CHANGE, SBP_ATTR_NONE, "SIM report channel status change", "Disable", "Enabled", 0)
+
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_ENABLE_PARTIAL_BAND_IN_USA">
+    <DESCRIPTION>
+        <PARAG>Enable Partial Band setting under USA mcc </PARAG>
+        <LI>If the serving mcc is USA mcc, UE will enable the partial band according to custom setting table(CUSTOM_PARTIAL_BAND_INFO_TBL) in custom_eas_config.c</LI>
+    </DESCRIPTION>
+    <CATEGORY>EAS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disabled. The supported LTE band will be set with no customization.</VALUE>
+        <VALUE value="1">Enabled. The supported LTE partial band will be set according to CUSTOM_PARTIAL_BAND_INFO_TBL.</VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>SOFTBANK</OP>
+    <DEPENDENCY>
+        Feature could be enabled by enabling compiler option __ENABLE_PARTIAL_BAND_IN_USA__ .
+        Please make sure that the custom configuration is correct in CUSTOM_PARTIAL_BAND_INFO_TBL in custom_eas_config.c
+    </DEPENDENCY>
+    <NOTE>
+        N/A
+        IS_VIOLATE_STANDARD=N
+    </NOTE>
+    <AUTHOR>ot905356</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#if defined(__ENABLE_PARTIAL_BAND_IN_USA__)
+    SBP_FEATURE_DEF(SBP_ENABLE_PARTIAL_BAND_IN_USA, SBP_ATTR_NONE, "Enable partial bands setting under USA mcc.", "Not Enabled", "Enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_ENABLE_PARTIAL_BAND_IN_USA, SBP_ATTR_NONE, "Enable partial bands setting under USA mcc.", "Not Enabled", "Enabled", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_VGMM_CARRY_UE_USAGE_SETTING_IE - carry UE usage setting IE in registration request">
+    <DESCRIPTION>
+        <PARAG>
+        Some operators requires UE to carry UE's usage setting IE in registration request even for data only device.
+        When this SBP is on, UE would carry UE's usage setting IE in registration request regardless of IMS voice status.
+        </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>VGMM</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disable. </VALUE>
+        <VALUE value="1">Enable. </VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>Softbank</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>None</NOTE>
+    <AUTHOR>mtk08652</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __ENABLE_SBP_VGMM_CARRY_UE_USAGE_SETTING_IE__
+    SBP_FEATURE_DEF(SBP_VGMM_CARRY_UE_USAGE_SETTING_IE, SBP_ATTR_NONE, "carry UE's usage setting IE in registration request", "Disabled", "Enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_VGMM_CARRY_UE_USAGE_SETTING_IE, SBP_ATTR_NONE, "carry UE's usage setting IE in registration request", "Disabled", "Enabled", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_UPDATE_CAP_AND_FORCE_RELEASE_FOR_GENERAL_TIMER_EXPIRE">
+    <DESCRIPTION>
+       <PARAG> 
+           As per OP08 operator case requirement: TC-16379 & L_5G_SA_TAU_Ignore_S1_Mode_Disabled - UE should immediately update UE capability upon any timer expiry event 
+           that deems a change in UE capability irrespective of active RAT connection status and perform MRU/TAU/RAU with the network with the updated UE capability. 
+           This will allow the network and the UE to be remain in sync for any redirections (ex: MT call/EPSFB).
+           This SBP facilitates the UE to locally release the active NR connection to update the UE cap
+       </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>NWSEL</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disable</VALUE>
+        <VALUE value="1">Enable</VALUE>
+     </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>
+        IS_VIOLATE_STANDARD=N
+    </NOTE>
+    <AUTHOR>OT901109</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __UPDATE_CAP_AND_FORCE_RELEASE_FOR_GENERAL_TIMER_EXPIRE__
+    SBP_FEATURE_DEF(SBP_UPDATE_CAP_AND_FORCE_RELEASE_FOR_GENERAL_TIMER_EXPIRE, SBP_ATTR_NONE, "Enable for capability update by force release", "Not Enabled", "Enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_UPDATE_CAP_AND_FORCE_RELEASE_FOR_GENERAL_TIMER_EXPIRE, SBP_ATTR_NONE, "Enable for capability update by force release", "Not Enabled", "Enabled", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_NR_CP_LATENCY_SR_DELAY_TIMER">
+    <DESCRIPTION>
+        <PARAG>This SBP is used to set SR delay timer to default value(sf20). </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>EAS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disabled. Do nothing for the SR delay timer.</VALUE>
+        <VALUE value="1">Enabled. The SR delay timer will be set with default value(sf20) when it was not configured.</VALUE>
+    </CONFIG>
+    <DEFAULT>1</DEFAULT>
+    <OP>TEST_SIM</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>None</NOTE>
+    <AUTHOR>mtk20975</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+SBP_FEATURE_DEF(SBP_NR_CP_LATENCY_SR_DELAY_TIMER, SBP_ATTR_NONE, "Enable SR delay timer default setting for resume and re-est.", "Not Enabled", "Enabled", 1)
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_BYPASS_SIM_TYPE_CHECK_FOR_ECALL_MODE_SWITCH">
+    <DESCRIPTION>
+        <PARAG>
+	    This SBP feature is used to control whether to check SIM type before eCall mode switch.
+	    If this SBP is ON, modem will bypass SIM type check before eCall mode switch.
+        </PARAG>
+    </DESCRIPTION>
+    <CONFIG>
+       <VALUE value="0">Disable</VALUE>
+       <VALUE value="1">Enable</VALUE>
+    </CONFIG>
+    <CATEGORY>SIM</CATEGORY>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>
+    	IS_VIOLATE_STANDARD=Y
+        VIOLATED_STANDARD=3GPP TS 31.102
+    </NOTE>
+    <AUTHOR>mtk24100</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+    SBP_FEATURE_DEF(SBP_BYPASS_SIM_TYPE_CHECK_FOR_ECALL_MODE_SWITCH, SBP_ATTR_NONE, "bypass SIM type check", "Disable", "Enabled", 0)
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_CHECKING_CA_WITH_RF_CAP_FOR_TEST_SIM">
+    <DESCRIPTION>
+        <PARAG>
+        If turn on this SBP, for test sim UE will use RF capability to check if UE support the CA configuration assigned by network from RRCConnectionReconfiguration message.
+        </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>EAS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disabled, Check CA with AS capability.</VALUE>
+        <VALUE value="1">Enabled, Check CA with RF capability.</VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>
+        N/A
+        IS_VIOLATE_STANDARD=N
+    </NOTE>
+    <AUTHOR>ot904249</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __CA_RF_CAP_FOR_TEST_SIM__
+    SBP_FEATURE_DEF(SBP_CHECKING_CA_WITH_RF_CAP_FOR_TEST_SIM, SBP_ATTR_NONE, "Check CA with RF capability", "Not Enabled", "Enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_CHECKING_CA_WITH_RF_CAP_FOR_TEST_SIM, SBP_ATTR_NONE, "Check CA with RF capability", "Not Enabled", "Enabled", 0)
+#endif
+
 SBP_FEATURE_DEF_END(177)
 
+/* 179th byte*/
+SBP_FEATURE_DEF_BEGIN(178)
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_SAT_DATA_CONNECTION_CONTROL_BY_SIM - Call Control on PDP/PDN/
+PDU feature">
+	<DESCRIPTION>
+		<PARAG>
+		This SBP allows call control on PDP/PDN/PDU by SIM.
+		If it is disabled then ME ignore PDP/PDN/PDU call control result. Always 
+allow PDP/PDN/PDU activate.
+		</PARAG>
+	</DESCRIPTION>
+	<CONFIG>
+		<VALUE value="0">Disable.</VALUE>
+		<VALUE value="1">Enable.</VALUE>
+    </CONFIG>
+    <CATEGORY>SIM_SAT</CATEGORY>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>Open this feature after GCF lab test case ready.</NOTE>
+    <AUTHOR>mtk21425</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+SBP_FEATURE_DEF(SBP_SAT_DATA_CONNECTION_CONTROL_BY_SIM, SBP_ATTR_NONE, "Call Control on PDP/PDN/PDU feature", "Not enabled", "Enabled", 0)
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_GMSS_NO_SIM_SKIP_LTE_NR_SEARCH - Skip LTE/NR limited search when no SIM is inserted in GMSS module logic">
+    <DESCRIPTION>
+        <PARAG> Customer wants a SBP to control SIM-less 45G search.
+			    This SBP is for GMSS module to skip 45G limited search when no SIM is inserted.
+		</PARAG>
+    </DESCRIPTION>
+    <CATEGORY>GMSS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disabled. Do not skip LTE/NR limited search when no SIM is inserted</VALUE>
+        <VALUE value="1">Enabled. Skip LTE/NR limited search when no SIM is inserted</VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>
+     IS_VIOLATE_STANDARD=N
+    </NOTE>
+    <AUTHOR>ot901114</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#if defined(__NO_SIM_SKIP_LTE_NR_SEARCH__)
+    SBP_FEATURE_DEF(SBP_GMSS_NO_SIM_SKIP_LTE_NR_SEARCH, SBP_ATTR_NONE, "Skip LTE/NR limited search when no SIM is inserted", "Not Enabled", "Enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_GMSS_NO_SIM_SKIP_LTE_NR_SEARCH, SBP_ATTR_NONE, "Skip LTE/NR limited search when no SIM is inserted", "Not Enabled", "Enabled", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_ENABLE_KDDI_N41_30M_and_50M">
+    <DESCRIPTION>
+        <PARAG>
+	    This SBP feature is used to control whether to support KDDI's requirement for n41 with BW 30M and 50M.
+        </PARAG>
+    </DESCRIPTION>
+    <CONFIG>
+       <VALUE value="0">Disable</VALUE>
+       <VALUE value="1">Enable</VALUE>
+    </CONFIG>
+    <CATEGORY>SIM</CATEGORY>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>None</NOTE>
+    <AUTHOR>mtk27644</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+    SBP_FEATURE_DEF(SBP_ENABLE_KDDI_N41_30M_AND_50M, SBP_ATTR_NONE, "Enable KDDI n41 BW for 30M and 50M", "Disable", "Enabled", 1)
+
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_CLI_VALIDITY_INTERWORK_WHEN_CLI_CAUSE_NP_PI_RECEIVED_NO_NUM - To send cli_validity as interwork ">
+    <DESCRIPTION>
+        <PARAG>
+            For an MT call when the SETUP message is received with Cause of No cli not present, Presentation indicator as Presentation allowed or Presentation restricted and No number present.
+			Then we need to send cli_validity as INTERWORK to display as "Unknown" on the screen.
+        </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>L4</CATEGORY>
+    <CONFIG>
+        <VALUE value="1">Enabled</VALUE>
+        <VALUE value="0">Disabled</VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>None</NOTE>
+    <AUTHOR>ot904057</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __CLI_VALIDITY_INTERWORK_WHEN_CLI_CAUSE_NP_PI_RECEIVED_NO_NUM__
+    SBP_FEATURE_DEF(SBP_CLI_VALIDITY_INTERWORK_WHEN_CLI_CAUSE_NP_PI_RECEIVED_NO_NUM, SBP_ATTR_NONE, "To send cli_validity as interwork", "Not Enabled", "Enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_CLI_VALIDITY_INTERWORK_WHEN_CLI_CAUSE_NP_PI_RECEIVED_NO_NUM, SBP_ATTR_NONE, "To send cli_validity as interwork", "Not Enabled", "Enabled", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_ENABLE_EUTRAN_AFTER_TIMER_EXPIRY_FOR_TAU_EPS_ONLY_CAUSE_16_17 - Re-enable EUTRAN capability when TAU for EPS only and cause #16/17 attempt counter reaches 5 and EUTRAN capability disabled">
+    <DESCRIPTION>
+       <PARAG> 
+           As per OP17 case IO010469 requirement:  - When TAU receive EPS services only and cause #17(network failure) and attempt counter reaches 5, device need to start implementation specific timer and reselect UTRAN/GERAN.After timer expires, need to re-enable EUTRAN capability. 
+           In TS24.301 chapater 5.5.3.3.4.3, when TAU for EPS services only and EMM cause #16/17, UE operating in CS/PS mode 1 and "IMS voice not available" without persistent EPS bearer should reselect to UTRAN/GERAN and disable EUTRAN capability.
+           Also in TS24.301 chapter 4.5, as an implementation option, UE may start a timer for enabling EUTRAN when the UE attach or TAU attempt counter reaches 5 and EUTRAN capability disabled. 
+           This SBP facilitates the UE to implement to re-enable EUTRAN capability when TAU for EPS services only and EMM cause #16/17 and attempt counter reaches 5 and EUTRAN capability disabled.
+       </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>NWSEL</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disable</VALUE>
+        <VALUE value="1">Enable</VALUE>
+     </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>OP17</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>
+        IS_VIOLATE_STANDARD=N
+    </NOTE>
+    <AUTHOR>MTK11214</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+    SBP_FEATURE_DEF(SBP_ENABLE_EUTRAN_AFTER_TIMER_EXPIRY_FOR_TAU_EPS_ONLY_CAUSE_16_17, SBP_ATTR_NONE, "Enable for EUTRAN After TAU EPS Only Cause 16/17 ", "Not Enabled", "Enabled", 0)
+	
+
+
+/****** SBP Document BEGIN *****************************************************************************
+<SBP title="SBP_3GPP_DEC_2018_BASED_CSS_MONITORING">
+    <DESCRIPTION>
+        <PARAG>
+            This SBP Feature when enabled will apply 3GPP DEC-2018 based CSS MONITORING.
+        </PARAG>
+    </DESCRIPTION>
+    <CONFIG>
+       <VALUE value="0">Disabled</VALUE>
+       <VALUE value="1">Enabled</VALUE>
+    </CONFIG>
+    <CATEGORY>L1</CATEGORY>
+    <DEFAULT>1</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>N/A</NOTE>
+    <AUTHOR>mtk25324</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+SBP_FEATURE_DEF(SBP_3GPP_DEC_2018_BASED_CSS_MONITORING, SBP_ATTR_NONE, "Monitor CSS with 3GPP DEC-2018 based standard.", "Disabled", "Enabled", 0)
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_RAC_SET_VDP_BASED_ON_RAT_MODE_FOR_OP50 - UE shall set VDP based on rat mode for OP50">
+    <DESCRIPTION>
+        <PARAG>
+            This SBP was used for operator requirement.
+            Once the SBP enabled, UE will update VDP(IMS PS voice only) based on RAT mode Softbank operator.
+        </PARAG>
+        <PARAG>
+           When the SBP was disabled, UE will update VDP based on RAT mode for Softbank operator.
+        </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>AS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disabled: UE will update VDP based on RAT mode for OP50(Softbank) </VALUE>
+        <VALUE value="1">Enabled: UE will update VDP(IMS PS voice only) based on RAT mode for OP50(Softbank)</VALUE>
+    </CONFIG>
+    <DEFAULT>1</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>N/A</NOTE>
+    <AUTHOR>ot906061</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#if defined(__SBP_RAC_SET_VDP_BASED_ON_RAT_MODE_FOR_OP50__)
+    SBP_FEATURE_DEF(SBP_RAC_SET_VDP_BASED_ON_RAT_MODE_FOR_OP50, SBP_ATTR_NONE, "VDP update based on RAT mode(IMS PS voice only)", "Not supported", "Supported", 1)
+#else
+    SBP_FEATURE_DEF(SBP_RAC_SET_VDP_BASED_ON_RAT_MODE_FOR_OP50, SBP_ATTR_NONE, "VDP update based on RAT mode", "Not supported", "Supported", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_NWSEL_CHECK_NSA_SETTING_FROM_NVRAM_WHITELIST - NSA setting will be decided based on NVRAM WHITELIST">
+    <DESCRIPTION>
+        <PARAG>
+          When SBP is enabled, then NSA enabling/disabling setting will be decided based on PLMN configured in 
+          NVRAM_EF_NAS_NSA_WHITELIST_PLMN_LID. When SBP is disabled, then NSA enabling/disabling setting will be
+          decided based on PLMN configured in NVRAM_EF_MRS_VG_ROAMING_CONFIG_DEFAULT.
+        </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>NAS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Disabled</VALUE>
+        <VALUE value="1">Enabled</VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>KDDI</OP>
+    <DEPENDENCY>N/A</DEPENDENCY>
+    <NOTE>NA</NOTE>
+    <AUTHOR>mtk15164</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __NWSEL_CHECK_NSA_SETTING_FROM_NVRAM_WHITELIST__
+    SBP_FEATURE_DEF(SBP_NWSEL_CHECK_NSA_SETTING_FROM_NVRAM_WHITELIST, SBP_ATTR_NONE, "NSA setting will be decided based on NVRAM WHITELIST", "Disabled", "Enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_NWSEL_CHECK_NSA_SETTING_FROM_NVRAM_WHITELIST, SBP_ATTR_NONE, "NSA setting will be decided based on NVRAM WHITELIST", "Disabled", "Enabled", 0)
+#endif
+
+SBP_FEATURE_DEF_END(178)
+
+
+
+/* 180th byte*/
+SBP_FEATURE_DEF_BEGIN(179)
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_DISABLE_NR_SERVICE_AVAILABILITY">
+<DESCRIPTION>
+<PARAG> This SBP is used to disable the RAT NR after emergency call disconnect for certain duration.</PARAG>
+</DESCRIPTION>
+<CATEGORY>VDM</CATEGORY>
+<CONFIG>
+    <VALUE value="1">Enabled</VALUE>
+    <VALUE value="0">Disabled</VALUE>
+</CONFIG>
+<DEFAULT>0</DEFAULT>
+<OP>N/A</OP>
+<DEPENDENCY>N/A</DEPENDENCY>
+<NOTE>N/A</NOTE>
+<AUTHOR>ot901115</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __DISABLE_NR_SERVICE_AVAILABILITY__
+   SBP_FEATURE_DEF(SBP_DISABLE_NR_SERVICE_AVAILABILITY, SBP_ATTR_NONE, "disable NR RAT after emergency call disconnect", "Disable", "Enable", 1)
+#else
+   SBP_FEATURE_DEF(SBP_DISABLE_NR_SERVICE_AVAILABILITY, SBP_ATTR_NONE, "disable NR RAT after emergency call disconnect", "Disable", "Enable", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_BAND66_UL_EARFCN_CUSTOMIZATION_FOR_US_AND_NON_US_OPERATORS">
+    <DESCRIPTION>
+        <PARAG>Enable Partial Band setting of B66 for US and NON-US PLMNs </PARAG>
+        <LI>If enabled this SBP, UE will enable the partial band according present in the NVRAM_EF_LTE_CAP_LID in sbp_nvram_errc_config.c</LI>
+    </DESCRIPTION>
+    <CATEGORY>EAS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">LTE B66 will be set with no customization.</VALUE>
+        <VALUE value="1">Enabled. The supported LTE partial band will be set according to partial band according present in the NVRAM_EF_LTE_CAP_LID in sbp_nvram_errc_config.c</VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>US</OP>
+    <DEPENDENCY>
+        Please make sure that the custom configuration is correct in the NVRAM_EF_LTE_CAP_LID in sbp_nvram_errc_config.c.
+    </DEPENDENCY>
+    <NOTE>
+        N/A
+        IS_VIOLATE_STANDARD=N
+    </NOTE>
+    <AUTHOR>ot905356</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+SBP_FEATURE_DEF(SBP_BAND66_UL_EARFCN_CUSTOMIZATION_FOR_US_AND_NON_US_OPERATORS, SBP_ATTR_NONE, "Enable partial bands setting under for US and NON-US mcc.", "Not Enabled", "Enabled", 0)
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_TRIGGER_SEARCH_IN_SHARED_NW_FOR_EMC_ATTACH_FAILURE - trigger search in a shared network for emergency attach failure">
+    <DESCRIPTION>
+        <PARAG>
+        in TS24.301 C1-204029 doc mentioned UE has the alternative solution to support for continuity of emergency session upon attach failure.
+        One is inform the upper layers of the failure of the procedure; another is attempt to perform a PLMN selection in the shared network.
+        </PARAG>
+    </DESCRIPTION>
+    <CATEGORY>EAS</CATEGORY>
+    <CONFIG>
+        <VALUE value="0">Feature is not enabled.</VALUE>
+        <VALUE value="1">Feature is enabled.</VALUE>
+    </CONFIG>
+    <DEFAULT>0</DEFAULT>
+    <OP>N/A</OP>
+    <DEPENDENCY>This feature can be turned on by __TRIGGER_SEARCH_IN_SHARED_NW_FOR_EMC_ATTACH_FAILURE__ flag</DEPENDENCY>
+    <NOTE>
+        IS_VIOLATE_STANDARD=N
+    </NOTE>
+    <AUTHOR>mtk02124</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __TRIGGER_SEARCH_IN_SHARED_NW_FOR_EMC_ATTACH_FAILURE__
+    SBP_FEATURE_DEF(SBP_TRIGGER_SEARCH_IN_SHARED_NW_FOR_EMC_ATTACH_FAILURE, SBP_ATTR_NONE, "Trigger search in a shared network for emergency attach failure", "Feature not enabled", "Feature enabled", 1)
+#else
+    SBP_FEATURE_DEF(SBP_TRIGGER_SEARCH_IN_SHARED_NW_FOR_EMC_ATTACH_FAILURE, SBP_ATTR_NONE, "Not trigger search in a shared network for emergency attach failure", "Feature not enabled", "Feature enabled", 0)
+#endif
+
+SBP_FEATURE_DEF_END(179)
+
 #undef SBP_FEATURE_DEF_BEGIN
 #undef SBP_FEATURE_DEF
 #undef SBP_FEATURE_DEF_END
diff --git a/mcu/interface/service/wlc/atp_wlc_struct.h b/mcu/interface/service/wlc/atp_wlc_struct.h
old mode 100755
new mode 100644
index 335ec16..bf6e7a6
--- a/mcu/interface/service/wlc/atp_wlc_struct.h
+++ b/mcu/interface/service/wlc/atp_wlc_struct.h
@@ -84,6 +84,14 @@
     kal_bool                ewifi_en;
 } atp_wlc_ewifien_req_struct;
 
+// MSG_ID_ATP_WLC_WIFI_APM_STATE_REQ
+typedef struct {
+    LOCAL_PARA_HDR
+
+    kal_char       ifname[32];
+    kal_uint8      apm_state;
+} atp_wlc_wifi_apm_state_req_struct;
+
 // MSG_ID_ATP_WLC_EWIFIASC_REQ
 typedef struct {
     LOCAL_PARA_HDR
diff --git a/mcu/interface/service/wlc/wlc_user_struct.h b/mcu/interface/service/wlc/wlc_user_struct.h
old mode 100755
new mode 100644
index 761cfac..63bd257
--- a/mcu/interface/service/wlc/wlc_user_struct.h
+++ b/mcu/interface/service/wlc/wlc_user_struct.h
@@ -83,6 +83,7 @@
     WLC_WIFI_INFO_BIT_IP_GATEWAY =     13,
     WLC_WIFI_INFO_BIT_IP_SUBNET_MASK = 14,
     WLC_WIFI_INFO_BIT_INTERFACE_ID   = 15,
+    WLC_WIFI_INFO_BIT_WIFI_REMAIN_STATE_IN_APM = 18,
     WLC_WIFI_INFO_BIT_MAX,
 } wlc_wifi_reg_info_bit_enum;
 
@@ -103,6 +104,7 @@
     WLC_WIFI_INFO_IP_GATEWAY =     (1 << WLC_WIFI_INFO_BIT_IP_GATEWAY),
     WLC_WIFI_INFO_IP_SUBNET_MASK = (1 << WLC_WIFI_INFO_BIT_IP_SUBNET_MASK),
     WLC_WIFI_INFO_INTERFACE_ID   = (1 << WLC_WIFI_INFO_BIT_INTERFACE_ID),
+    WLC_WIFI_INFO_WIFI_REMAIN_STATE_IN_APM = (1 << WLC_WIFI_INFO_BIT_WIFI_REMAIN_STATE_IN_APM),
 } wlc_wifi_reg_info_enum;
 
 typedef enum {
@@ -186,6 +188,8 @@
 	kal_int32                       rssi;
 	kal_int32                       snr;
 	kal_bool                        beacon_timeout;
+    // WIFI state need to keep or not when Airplane Mode ON 
+    kal_uint8                       wifi_remain_state_in_apm; // 0 = turns off wifi, 1 = turns on wifi
 } wlc_wifi_info_update_ind_struct,
   wlc_wifi_info_query_cnf_struct;