Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sneltved
openairinterface5G
Commits
817ea15e
Commit
817ea15e
authored
Jul 10, 2018
by
Guy De Souza
Browse files
Merge fixes ctd.
parent
05e090db
Changes
5
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/INIT/nr_init.c
View file @
817ea15e
...
...
@@ -34,7 +34,7 @@
#include "assertions.h"
#include <math.h>
#include "PHY/NR_REFSIG/
d
efs.h"
#include "PHY/NR_REFSIG/
nr_r
efs
ig
.h"
#include "PHY/LTE_REFSIG/lte_refsig.h"
extern
uint32_t
from_earfcn
(
int
eutra_bandP
,
uint32_t
dl_earfcn
);
...
...
openair1/PHY/NR_REFSIG/nr_gold.c
View file @
817ea15e
...
...
@@ -28,6 +28,7 @@ void nr_init_pbch_dmrs(PHY_VARS_gNB* gNB)
unsigned
char
Lmax
,
l
,
n_hf
,
N_hf
;
nfapi_nr_config_request_t
*
cfg
=
&
gNB
->
gNB_config
;
NR_DL_FRAME_PARMS
*
fp
=
&
gNB
->
frame_parms
;
uint8_t
reset
=
1
;
Nid
=
cfg
->
sch_config
.
physical_cell_id
.
value
;
...
...
openair1/PHY/NR_TRANSPORT/nr_dci.c
View file @
817ea15e
...
...
@@ -40,7 +40,7 @@ extern short nr_mod_table[NR_MOD_TABLE_SIZE_SHORT];
uint8_t
nr_get_dci_size
(
nr_dci_format_e
format
,
nr_rnti_type_e
rnti
,
NR_BWP_PARMS
*
bwp
,
nfapi_config_request_t
*
config
)
nfapi_
nr_
config_request_t
*
config
)
{
uint8_t
size
=
0
;
uint16_t
N_RB
=
bwp
->
N_RB
;
...
...
openair1/PHY/NR_TRANSPORT/nr_dci.h
View file @
817ea15e
...
...
@@ -106,13 +106,13 @@ typedef unsigned __int128 uint128_t;
uint8_t
nr_get_dci_size
(
nr_dci_format_e
format
,
nr_rnti_type_e
rnti
,
NR_BWP_PARMS
*
bwp
,
nfapi_config_request_t
*
config
);
nfapi_
nr_
config_request_t
*
config
);
uint8_t
nr_generate_dci_top
(
NR_gNB_DCI_ALLOC_t
dci_alloc
,
uint32_t
*
gold_pdcch_dmrs
,
int32_t
**
txdataF
,
int16_t
amp
,
NR_DL_FRAME_PARMS
*
frame_parms
,
nfapi_nr_config_request_t
*
config
)
nfapi_nr_config_request_t
*
config
)
;
#endif //__PHY_NR_TRANSPORT_DCI__H
openair1/SCHED_NR/phy_procedures_nr_common.c
View file @
817ea15e
...
...
@@ -48,7 +48,7 @@ uint8_t nr_ss_first_symb_idx_type_0_mux1_FR1[8] = {0,0,1,2,1,2,1,2};
nr_subframe_t
nr_subframe_select
(
nfapi_config_request_t
*
cfg
,
unsigned
char
subframe
)
nr_subframe_t
nr_subframe_select
(
nfapi_
nr_
config_request_t
*
cfg
,
unsigned
char
subframe
)
{
if
(
cfg
->
subframe_config
.
duplex_mode
.
value
==
FDD
)
return
(
SF_DL
);
...
...
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