Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
94229ca5
Commit
94229ca5
authored
Mar 03, 2017
by
Cédric Roux
Browse files
bugfix: = instead of ==
Bug reported by Bruno Mongazon from Nokia.
parent
5c0f42a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/ARCH/ETHERNET/USERSPACE/LIB/eth_raw.c
View file @
94229ca5
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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