Commit 0a1b7280 authored by Robert Schmidt's avatar Robert Schmidt

F1 Setup Response: remove unused struct fields

parent ca374e86
...@@ -180,16 +180,6 @@ typedef struct served_cells_to_activate_s { ...@@ -180,16 +180,6 @@ typedef struct served_cells_to_activate_s {
} served_cells_to_activate_t; } served_cells_to_activate_t;
typedef struct f1ap_setup_resp_s { typedef struct f1ap_setup_resp_s {
/* Connexion id used between SCTP/F1AP */
uint16_t cnx_id;
/* SCTP association id */
int32_t assoc_id;
/* Number of SCTP streams used for a mme association */
uint16_t sctp_in_streams;
uint16_t sctp_out_streams;
/// string holding gNB_CU_name /// string holding gNB_CU_name
char *gNB_CU_name; char *gNB_CU_name;
/// number of DU cells to activate /// number of DU cells to activate
......
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