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
wangjie
OpenXG-RAN
Commits
b052dbb9
Commit
b052dbb9
authored
Feb 28, 2019
by
Javier Morgade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert changes from commmit
8fa685f0
parent
56f7e2e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
31 deletions
+3
-31
openair1/PHY/LTE_ESTIMATION/lte_sync_time.c
openair1/PHY/LTE_ESTIMATION/lte_sync_time.c
+0
-6
openair1/SIMULATION/ETH_TRANSPORT/netlink_init.c
openair1/SIMULATION/ETH_TRANSPORT/netlink_init.c
+0
-1
targets/RT/USER/lte-uesoftmodem.c
targets/RT/USER/lte-uesoftmodem.c
+3
-24
No files found.
openair1/PHY/LTE_ESTIMATION/lte_sync_time.c
View file @
b052dbb9
...
...
@@ -337,12 +337,6 @@ int lte_sync_time(int **rxdata, ///rx data in time domain
int
*
eNB_id
)
{
// [IRTMS debug]
static
int
num_calles
=
0
;
printf
(
"[IRTMS]lte_sync_time called %d times
\n
"
,
num_calles
);
// perform a time domain correlation using the oversampled sync sequence
...
...
openair1/SIMULATION/ETH_TRANSPORT/netlink_init.c
View file @
b052dbb9
...
...
@@ -171,7 +171,6 @@ int netlink_init(void)
{
int
ret
;
printf
(
"[IRTMS] Opening socket...
\n
"
);
nas_sock_fd
=
socket
(
PF_NETLINK
,
SOCK_RAW
,
GRAAL_NETLINK_ID
);
...
...
targets/RT/USER/lte-uesoftmodem.c
View file @
b052dbb9
...
...
@@ -694,27 +694,13 @@ int main( int argc, char **argv ) {
int
ret
;
#endif
// [IRTMS] fix, see Merge branch 'issue-399-master-ue-hot-fix' into 'master'
configmodule_interface_t
*
config_mod
;
// [IRTMS] end fix
start_background_system
();
start_background_system
();
// [IRTMS] fix, see Merge branch 'issue-399-master-ue-hot-fix' into 'master'
/*
if
(
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
)
==
NULL
)
{
exit_fun
(
"[SOFTMODEM] Error, configuration module init failed
\n
"
);
}
*/
config_mod
=
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
);
if
(
config_mod
==
NULL
)
{
exit_fun
(
"[SOFTMODEM] Error, configuration module init failed
\n
"
);
}
// [IRTMS] end fix
mode
=
normal_txrx
;
memset
(
&
openair0_cfg
[
0
],
0
,
sizeof
(
openair0_config_t
)
*
MAX_CARDS
);
set_latency_target
();
...
...
@@ -731,9 +717,6 @@ int main( int argc, char **argv ) {
abort
();
}
printf
(
"
\n
[IRTMS] Hello from main
\n
"
);
printf
(
"NFAPI_MODE value: %d
\n
"
,
nfapi_mode
);
...
...
@@ -831,12 +814,8 @@ int main( int argc, char **argv ) {
}
else
init_openair0
(
frame_parms
[
0
],(
int
)
rx_gain
[
0
][
0
]);
if
(
simL1flag
==
1
)
{
// [IRTRMS] fix, see Merge branch 'issue-399-master-ue-hot-fix' into 'master'
/*
AssertFatal
(
NULL
!=
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
),
"[SOFTMODEM] Error, configuration module init failed
\n
"
);
*/
// [IRTMS] end fix
RCConfig_sim
();
}
...
...
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