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
305ebf5c
Commit
305ebf5c
authored
Mar 08, 2017
by
hbilel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebase branch to develop 2017.w09
parent
9dd65f28
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
11 deletions
+9
-11
openair1/PHY/LTE_TRANSPORT/dci_tools.c
openair1/PHY/LTE_TRANSPORT/dci_tools.c
+2
-2
openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
+1
-2
openair3/NAS/TOOLS/network.h
openair3/NAS/TOOLS/network.h
+1
-1
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
+4
-4
openair3/NAS/UE/ESM/esm_ebr_context.c
openair3/NAS/UE/ESM/esm_ebr_context.c
+1
-1
targets/RT/USER/lte-ue.c
targets/RT/USER/lte-ue.c
+0
-1
No files found.
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
305ebf5c
...
...
@@ -5710,9 +5710,9 @@ void prepare_dl_decoding_format2_2A(DCI_format_t dci_format,
if
(
TB0_active
==
0
)
{
dlsch0_harq
->
status
=
SCH_IDLE
;
pdlsch0
->
active
=
0
;
#ifdef DEBUG_HARQ
#ifdef DEBUG_HARQ
printf
(
"[DCI UE]: TB0 is deactivated, retransmit TB1 transmit in TM6
\n
"
);
#endif
#endif
}
if
(
TB1_active
==
0
)
{
...
...
openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
View file @
305ebf5c
...
...
@@ -1661,8 +1661,7 @@ void prec2A_TM3_128(__m128i *ch0,__m128i *ch1) {
__m128i
tmp0
,
tmp1
;
//_mm_mulhi_epi16
//_mm_mulhi_epi16
// print_shorts("prec2A_TM3 ch0 (before):",ch0);
// print_shorts("prec2A_TM3 ch1 (before):",ch1);
...
...
openair3/NAS/TOOLS/network.h
View file @
305ebf5c
...
...
@@ -61,7 +61,7 @@ Description Defines a list of PLMN network operators
#define VDF5 11
#define SELECTED_PLMN
TEST1
//SFR1
#define SELECTED_PLMN
OAI_LTEBOX
//SFR1
#define TEST_PLMN {0,0,0x0f,1,1,0} // 00101
#define SFR_PLMN_1 {0,2,0x0f,8,0,1} // 20810
...
...
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
View file @
305ebf5c
...
...
@@ -86,14 +86,14 @@ UE0:
};
SIM
: {
MSIN
=
"0
00001234
"
;
USIM_API_K
=
"
000102030405060708090A0B0C0D0E0F
"
;
MSIN
=
"0
100001111
"
;
USIM_API_K
=
"
fec86ba6eb707ed08905757b1bb44b8f
"
;
OPC
=
"C42449363BBAD02B66D16BC975D77CC1"
;
MSISDN
=
"
000000000000"
;//
"
33611123456"
;
MSISDN
=
"33611123456"
;
};
# Home PLMN Selector with Access Technology
HPLMN
=
"
00101
"
;
HPLMN
=
"
20893
"
;
# User controlled PLMN Selector with Access Technology
UCPLMN_LIST
= ();
...
...
openair3/NAS/UE/ESM/esm_ebr_context.c
View file @
305ebf5c
...
...
@@ -286,7 +286,7 @@ int esm_ebr_context_create(
LOG_TRACE
(
INFO
,
"ESM-PROC - executing %s "
,
command_line
);
//
if (system(command_line)) ; /* TODO: what to do? */
if
(
system
(
command_line
))
;
/* TODO: what to do? */
break
;
...
...
targets/RT/USER/lte-ue.c
View file @
305ebf5c
...
...
@@ -574,7 +574,6 @@ static void *UE_thread_rxn_txnp4(void *arg) {
}
stop_meas
(
&
UE
->
generic_stat
);
//printf("mac_xface->ue_scheduler %5.2f \n",UE->generic_stat.p_time/(cpuf*1000.0));
// Prepare the future Tx data
...
...
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