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
ZhouShuya
OpenXG-RAN
Commits
055f147d
Commit
055f147d
authored
May 05, 2021
by
rmagueta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build in phy-simulators
parent
bd1283e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+6
-0
openair1/SIMULATION/NR_PHY/prachsim.c
openair1/SIMULATION/NR_PHY/prachsim.c
+6
-0
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+6
-0
No files found.
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
055f147d
...
@@ -129,6 +129,12 @@ rrc_data_ind(
...
@@ -129,6 +129,12 @@ rrc_data_ind(
{
{
}
}
int
ocp_gtpv1u_create_s1u_tunnel
(
instance_t
instance
,
const
gtpv1u_enb_create_tunnel_req_t
*
create_tunnel_req
,
gtpv1u_enb_create_tunnel_resp_t
*
create_tunnel_resp
)
{
return
0
;
}
int
int
gtpv1u_create_s1u_tunnel
(
gtpv1u_create_s1u_tunnel
(
const
instance_t
instanceP
,
const
instance_t
instanceP
,
...
...
openair1/SIMULATION/NR_PHY/prachsim.c
View file @
055f147d
...
@@ -92,6 +92,12 @@ rrc_data_ind(
...
@@ -92,6 +92,12 @@ rrc_data_ind(
{
{
}
}
int
ocp_gtpv1u_create_s1u_tunnel
(
instance_t
instance
,
const
gtpv1u_enb_create_tunnel_req_t
*
create_tunnel_req
,
gtpv1u_enb_create_tunnel_resp_t
*
create_tunnel_resp
)
{
return
0
;
}
int
int
gtpv1u_create_s1u_tunnel
(
gtpv1u_create_s1u_tunnel
(
const
instance_t
instanceP
,
const
instance_t
instanceP
,
...
...
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
055f147d
...
@@ -121,6 +121,12 @@ rrc_data_ind(
...
@@ -121,6 +121,12 @@ rrc_data_ind(
{
{
}
}
int
ocp_gtpv1u_create_s1u_tunnel
(
instance_t
instance
,
const
gtpv1u_enb_create_tunnel_req_t
*
create_tunnel_req
,
gtpv1u_enb_create_tunnel_resp_t
*
create_tunnel_resp
)
{
return
0
;
}
int
int
gtpv1u_create_s1u_tunnel
(
gtpv1u_create_s1u_tunnel
(
const
instance_t
instanceP
,
const
instance_t
instanceP
,
...
...
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