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
alex037yang
OpenXG-RAN
Commits
5bd9e373
Commit
5bd9e373
authored
Apr 02, 2021
by
Damodar D
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commiting the 4G dpdk driver for the stable UL and correct time offset in the FH.
parent
2651cd0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
targets/ARCH/ETHERNET/benetel/4g/dpdk_driver.c
targets/ARCH/ETHERNET/benetel/4g/dpdk_driver.c
+2
-2
No files found.
targets/ARCH/ETHERNET/benetel/4g/dpdk_driver.c
View file @
5bd9e373
...
...
@@ -224,7 +224,7 @@ l2fwd_simple_forward(struct rte_mbuf *m, unsigned portid, benetel_t *bs)
}
#endif
// Trigger start send DL packets
if
(
PAYLOAD_1
==
0x12
&&
PAYLOAD_2
==
0xce
&&
SYMBOL
==
0x0
9
&&
ANT_NUM
==
0x00
&&
dl_start
==
0
){
if
(
PAYLOAD_1
==
0x12
&&
PAYLOAD_2
==
0xce
&&
SYMBOL
==
0x0
8
&&
ANT_NUM
==
0x00
&&
dl_start
==
0
){
printf
(
"
\n
U-Plane Started
\n
"
);
printf
(
"
\n
====================================================
\n
"
);
...
...
@@ -249,7 +249,7 @@ l2fwd_simple_forward(struct rte_mbuf *m, unsigned portid, benetel_t *bs)
int
a
=
ANT_NUM
;
int
tx_frame
=
FRAME
;
int
tx_subframe
=
SUBFRAME
>>
4
;
int
tx_symbol
=
SYMBOL
+
5
;
int
tx_symbol
=
SYMBOL
+
6
;
if
(
tx_symbol
>
13
)
{
tx_symbol
-=
14
;
tx_subframe
++
;
...
...
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