Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
149
Issues
149
List
Board
Labels
Milestones
Merge Requests
15
Merge Requests
15
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
oai
openairinterface5G
Commits
c1e46018
Commit
c1e46018
authored
Mar 03, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/nokia-fixes-w08' into develop_integration_w09
parents
05f89b39
f94835be
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
eth_raw.c
targets/ARCH/ETHERNET/USERSPACE/LIB/eth_raw.c
+1
-1
lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+1
-0
No files found.
targets/ARCH/ETHERNET/USERSPACE/LIB/eth_raw.c
View file @
c1e46018
...
...
@@ -148,7 +148,7 @@ int trx_eth_write_raw(openair0_device *device, openair0_timestamp timestamp, voi
int
sent_byte
;
if
(
eth
->
compression
=
ALAW_COMPRESS
)
{
if
(
eth
->
compression
=
=
ALAW_COMPRESS
)
{
sent_byte
=
RAW_PACKET_SIZE_BYTES_ALAW
(
nsamps
);
}
else
{
sent_byte
=
RAW_PACKET_SIZE_BYTES
(
nsamps
);
...
...
targets/RT/USER/lte-softmodem.c
View file @
c1e46018
...
...
@@ -1081,6 +1081,7 @@ static void get_options (int argc, char **argv) {
}
else
{
(
eth_params
+
j
)
->
rf_preference
=
0
;
}
(
eth_params
+
j
)
->
if_compress
=
enb_properties
->
properties
[
i
]
->
rrh_gw_config
[
j
].
if_compress
;
}
else
{
local_remote_radio
=
BBU_LOCAL_RADIO_HEAD
;
}
...
...
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