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
promise
OpenXG-RAN
Commits
12385fbd
Commit
12385fbd
authored
8 years ago
by
Sandeep Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes to handle different proc in callers
parent
ba776254
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
49 deletions
+60
-49
openair1/PHY/LTE_TRANSPORT/if4_tools.c
openair1/PHY/LTE_TRANSPORT/if4_tools.c
+54
-44
openair1/PHY/LTE_TRANSPORT/if4_tools.h
openair1/PHY/LTE_TRANSPORT/if4_tools.h
+6
-5
No files found.
openair1/PHY/LTE_TRANSPORT/if4_tools.c
View file @
12385fbd
This diff is collapsed.
Click to expand it.
openair1/PHY/LTE_TRANSPORT/if4_tools.h
View file @
12385fbd
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
*/
*/
#include <stdint.h>
#include <stdint.h>
#include "PHY/defs.h"
/// Macro for IF4 packet type
/// Macro for IF4 packet type
#define IF4_PACKET_TYPE 0x080A
#define IF4_PACKET_TYPE 0x080A
...
@@ -175,12 +176,12 @@ struct IF4_prach_header {
...
@@ -175,12 +176,12 @@ struct IF4_prach_header {
typedef
struct
IF4_prach_header
IF4_prach_header_t
;
typedef
struct
IF4_prach_header
IF4_prach_header_t
;
#define sizeof_IF4_prach_header_t 12
#define sizeof_IF4_prach_header_t 12
void
gen_IF4_dl_header
(
IF4_dl_header_t
*
,
eNB_rxtx_proc_t
*
);
void
gen_IF4_dl_header
(
IF4_dl_header_t
*
,
int
,
int
);
void
gen_IF4_ul_header
(
IF4_ul_header_t
*
,
eNB_rxtx_proc_t
*
);
void
gen_IF4_ul_header
(
IF4_ul_header_t
*
,
int
,
int
);
void
gen_IF4_prach_header
(
IF4_prach_header_t
*
,
eNB_proc_t
*
);
void
gen_IF4_prach_header
(
IF4_prach_header_t
*
,
int
,
int
);
void
send_IF4
(
PHY_VARS_eNB
*
,
eNB_rxtx_proc_t
*
,
uint16_t
);
void
send_IF4
(
PHY_VARS_eNB
*
,
int
,
int
,
uint16_t
);
void
recv_IF4
(
PHY_VARS_eNB
*
,
eNB_rxtx_proc_t
*
,
uint16_t
*
,
uint32_t
*
);
void
recv_IF4
(
PHY_VARS_eNB
*
,
int
,
int
,
uint16_t
*
,
uint32_t
*
);
This diff is collapsed.
Click to expand it.
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