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
lizhongxiao
OpenXG-RAN
Commits
b2ce70e3
Commit
b2ce70e3
authored
Jan 11, 2024
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gNB: remove unused global sl_ahead variable
parent
9e7cd214
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
6 deletions
+0
-6
executables/nr-ru.c
executables/nr-ru.c
+0
-2
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+0
-1
openair1/SIMULATION/NR_PHY/prachsim.c
openair1/SIMULATION/NR_PHY/prachsim.c
+0
-1
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+0
-1
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
+0
-1
No files found.
executables/nr-ru.c
View file @
b2ce70e3
...
@@ -83,8 +83,6 @@ static int DEFRUTPCORES[] = {-1,-1,-1,-1};
...
@@ -83,8 +83,6 @@ static int DEFRUTPCORES[] = {-1,-1,-1,-1};
extern
int
oai_exit
;
extern
int
oai_exit
;
uint16_t
sl_ahead
;
extern
struct
timespec
timespec_sub
(
struct
timespec
lhs
,
struct
timespec
rhs
);
extern
struct
timespec
timespec_sub
(
struct
timespec
lhs
,
struct
timespec
rhs
);
extern
struct
timespec
timespec_add
(
struct
timespec
lhs
,
struct
timespec
rhs
);
extern
struct
timespec
timespec_add
(
struct
timespec
lhs
,
struct
timespec
rhs
);
extern
void
nr_phy_free_RU
(
RU_t
*
);
extern
void
nr_phy_free_RU
(
RU_t
*
);
...
...
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
b2ce70e3
...
@@ -104,7 +104,6 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
...
@@ -104,7 +104,6 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
double
cpuf
;
double
cpuf
;
char
*
uecap_file
;
char
*
uecap_file
;
uint16_t
sl_ahead
=
0
;
//uint8_t nfapi_mode = 0;
//uint8_t nfapi_mode = 0;
uint64_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
uint64_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
THREAD_STRUCT
thread_struct
;
THREAD_STRUCT
thread_struct
;
...
...
openair1/SIMULATION/NR_PHY/prachsim.c
View file @
b2ce70e3
...
@@ -78,7 +78,6 @@ openair0_config_t openair0_cfg[MAX_CARDS];
...
@@ -78,7 +78,6 @@ openair0_config_t openair0_cfg[MAX_CARDS];
//uint8_t nfapi_mode=0;
//uint8_t nfapi_mode=0;
uint64_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
uint64_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
int32_t
uplink_frequency_offset
[
MAX_NUM_CCs
][
4
];
int32_t
uplink_frequency_offset
[
MAX_NUM_CCs
][
4
];
uint16_t
sl_ahead
=
0
;
uint32_t
N_RB_DL
=
106
;
uint32_t
N_RB_DL
=
106
;
NR_IF_Module_t
*
NR_IF_Module_init
(
int
Mod_id
)
{
return
(
NULL
);
}
NR_IF_Module_t
*
NR_IF_Module_init
(
int
Mod_id
)
{
return
(
NULL
);
}
...
...
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
b2ce70e3
...
@@ -98,7 +98,6 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
...
@@ -98,7 +98,6 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
uint16_t
sf_ahead
=
4
;
uint16_t
sf_ahead
=
4
;
int
slot_ahead
=
6
;
int
slot_ahead
=
6
;
uint16_t
sl_ahead
=
0
;
double
cpuf
;
double
cpuf
;
//uint8_t nfapi_mode = 0;
//uint8_t nfapi_mode = 0;
uint64_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
uint64_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
...
...
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
View file @
b2ce70e3
...
@@ -48,7 +48,6 @@
...
@@ -48,7 +48,6 @@
#include <executables/softmodem-common.h>
#include <executables/softmodem-common.h>
extern
RAN_CONTEXT_t
RC
;
extern
RAN_CONTEXT_t
RC
;
extern
const
uint8_t
nr_slots_per_frame
[
5
];
extern
const
uint8_t
nr_slots_per_frame
[
5
];
extern
uint16_t
sl_ahead
;
// forward declaration of functions used in this file
// forward declaration of functions used in this file
static
void
fill_msg3_pusch_pdu
(
nfapi_nr_pusch_pdu_t
*
pusch_pdu
,
static
void
fill_msg3_pusch_pdu
(
nfapi_nr_pusch_pdu_t
*
pusch_pdu
,
...
...
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