Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
littleBu
OpenXG-RAN
Commits
bcd7c2a1
Commit
bcd7c2a1
authored
Feb 08, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes F1 unclear, but does not functionally change anything
- readF1setup - Forward declaration F1? maybe for compilation
parent
19b494e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
openair2/F1AP/f1ap_du_rrc_message_transfer.h
openair2/F1AP/f1ap_du_rrc_message_transfer.h
+3
-2
openair2/GNB_APP/gnb_config.c
openair2/GNB_APP/gnb_config.c
+1
-1
openair2/GNB_APP/gnb_config.h
openair2/GNB_APP/gnb_config.h
+6
-0
No files found.
openair2/F1AP/f1ap_du_rrc_message_transfer.h
View file @
bcd7c2a1
...
@@ -34,9 +34,10 @@
...
@@ -34,9 +34,10 @@
#ifndef F1AP_DU_RRC_MESSAGE_TRANSFER_H_
#ifndef F1AP_DU_RRC_MESSAGE_TRANSFER_H_
#define F1AP_DU_RRC_MESSAGE_TRANSFER_H_
#define F1AP_DU_RRC_MESSAGE_TRANSFER_H_
#include
"f1ap_common.h"
#include
<openair2/RRC/NR/MESSAGES/asn1_msg.h>
int
DU_handle_DL_RRC_MESSAGE_TRANSFER
(
instance_t
instance
,
sctp_assoc_t
assoc_id
,
uint32_t
stream
,
F1AP_F1AP_PDU_t
*
pdu
);
struct
F1AP_F1AP_PDU
;
int
DU_handle_DL_RRC_MESSAGE_TRANSFER
(
instance_t
instance
,
sctp_assoc_t
assoc_id
,
uint32_t
stream
,
struct
F1AP_F1AP_PDU
*
pdu
);
int
DU_send_UL_NR_RRC_MESSAGE_TRANSFER
(
sctp_assoc_t
assoc_id
,
const
f1ap_ul_rrc_message_t
*
msg
);
int
DU_send_UL_NR_RRC_MESSAGE_TRANSFER
(
sctp_assoc_t
assoc_id
,
const
f1ap_ul_rrc_message_t
*
msg
);
...
...
openair2/GNB_APP/gnb_config.c
View file @
bcd7c2a1
...
@@ -1104,7 +1104,7 @@ static int read_du_cell_info(configmodule_interface_t *cfg,
...
@@ -1104,7 +1104,7 @@ static int read_du_cell_info(configmodule_interface_t *cfg,
return
1
;
return
1
;
}
}
static
f1ap_setup_req_t
*
RC_read_F1Setup
(
uint64_t
id
,
f1ap_setup_req_t
*
RC_read_F1Setup
(
uint64_t
id
,
const
char
*
name
,
const
char
*
name
,
const
f1ap_served_cell_info_t
*
info
,
const
f1ap_served_cell_info_t
*
info
,
const
NR_ServingCellConfigCommon_t
*
scc
,
const
NR_ServingCellConfigCommon_t
*
scc
,
...
...
openair2/GNB_APP/gnb_config.h
View file @
bcd7c2a1
...
@@ -106,6 +106,12 @@ void RCconfig_NRRRC(gNB_RRC_INST *rrc);
...
@@ -106,6 +106,12 @@ void RCconfig_NRRRC(gNB_RRC_INST *rrc);
int
RCconfig_NR_NG
(
MessageDef
*
msg_p
,
uint32_t
i
);
int
RCconfig_NR_NG
(
MessageDef
*
msg_p
,
uint32_t
i
);
int
RCconfig_NR_X2
(
MessageDef
*
msg_p
,
uint32_t
i
);
int
RCconfig_NR_X2
(
MessageDef
*
msg_p
,
uint32_t
i
);
void
wait_f1_setup_response
(
void
);
void
wait_f1_setup_response
(
void
);
f1ap_setup_req_t
*
RC_read_F1Setup
(
uint64_t
id
,
const
char
*
name
,
const
f1ap_served_cell_info_t
*
info
,
const
NR_ServingCellConfigCommon_t
*
scc
,
NR_BCCH_BCH_Message_t
*
mib
,
const
NR_BCCH_DL_SCH_Message_t
*
sib1
);
int
gNB_app_handle_f1ap_gnb_cu_configuration_update
(
f1ap_gnb_cu_configuration_update_t
*
gnb_cu_cfg_update
);
int
gNB_app_handle_f1ap_gnb_cu_configuration_update
(
f1ap_gnb_cu_configuration_update_t
*
gnb_cu_cfg_update
);
MessageDef
*
RCconfig_NR_CU_E1
(
const
E1_t
*
entity
);
MessageDef
*
RCconfig_NR_CU_E1
(
const
E1_t
*
entity
);
ngran_node_t
get_node_type
(
void
);
ngran_node_t
get_node_type
(
void
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment