Commit 70949fd4 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/bugfix-f1-du-to-cu-len' into integration_2023_w07

parents 73ae66f2 16b0b5f0
...@@ -358,11 +358,11 @@ typedef struct cu_to_du_rrc_information_s { ...@@ -358,11 +358,11 @@ typedef struct cu_to_du_rrc_information_s {
typedef struct du_to_du_rrc_information_s { typedef struct du_to_du_rrc_information_s {
uint8_t * cellGroupConfig; uint8_t * cellGroupConfig;
uint8_t cellGroupConfig_length; uint32_t cellGroupConfig_length;
uint8_t * measGapConfig; uint8_t * measGapConfig;
uint8_t measGapConfig_length; uint32_t measGapConfig_length;
uint8_t * requestedP_MaxFR1; uint8_t * requestedP_MaxFR1;
uint8_t requestedP_MaxFR1_length; uint32_t requestedP_MaxFR1_length;
}du_to_cu_rrc_information_t; }du_to_cu_rrc_information_t;
typedef enum QoS_information_e { typedef enum QoS_information_e {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment