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
spbro
OpenXG-RAN
Commits
83656309
Commit
83656309
authored
Jun 06, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused emu_transport.c
parent
6da87cf0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
545 deletions
+0
-545
openair1/SIMULATION/ETH_TRANSPORT/emu_transport.c
openair1/SIMULATION/ETH_TRANSPORT/emu_transport.c
+0
-517
openair1/SIMULATION/ETH_TRANSPORT/proto.h
openair1/SIMULATION/ETH_TRANSPORT/proto.h
+0
-28
No files found.
openair1/SIMULATION/ETH_TRANSPORT/emu_transport.c
deleted
100644 → 0
View file @
6da87cf0
This diff is collapsed.
Click to expand it.
openair1/SIMULATION/ETH_TRANSPORT/proto.h
View file @
83656309
...
...
@@ -33,34 +33,6 @@
#ifndef EMU_PROTO_H_
#define EMU_PROTO_H_
void
init_bypass
(
void
);
void
bypass_init
(
unsigned
int
(
*
tx_handlerP
)
(
unsigned
char
,
char
*
,
unsigned
int
*
,
unsigned
int
*
),
unsigned
int
(
*
rx_handlerP
)
(
unsigned
char
,
char
*
,
unsigned
int
));
int
bypass_rx_data
(
unsigned
int
frame
,
unsigned
int
last_slot
,
unsigned
int
next_slot
,
uint8_t
is_master
);
void
bypass_signal_mac_phy
(
unsigned
int
frame
,
unsigned
int
last_slot
,
unsigned
int
next_slot
,
uint8_t
is_master
);
void
bypass_tx_data
(
emu_transport_info_t
Type
,
unsigned
int
frame
,
unsigned
int
next_slot
);
void
emulation_tx_rx
(
void
);
unsigned
int
emul_tx_handler
(
unsigned
char
Mode
,
char
*
Tx_buffer
,
unsigned
int
*
Nbytes
,
unsigned
int
*
Nb_flows
);
unsigned
int
emul_rx_handler
(
unsigned
char
Mode
,
char
*
rx_buffer
,
unsigned
int
Nbytes
);
unsigned
int
emul_rx_data
(
void
);
void
emu_transport_info
(
unsigned
int
last_slot
,
unsigned
int
next_slot
);
void
fill_phy_enb_vars
(
unsigned
int
enb_id
,
uint8_t
CC_id
,
unsigned
int
next_slot
);
void
fill_phy_ue_vars
(
unsigned
int
ue_id
,
uint8_t
CC_id
,
unsigned
int
last_slot
);
void
emu_transport_sync
(
void
);
void
emu_transport
(
unsigned
int
frame
,
unsigned
int
last_slot
,
unsigned
int
next_slot
,
lte_subframe_t
direction
,
unsigned
char
frame_type
,
int
ethernet_flag
);
void
emu_transport_DL
(
unsigned
int
frame
,
unsigned
int
last_slot
,
unsigned
int
next_slot
);
void
emu_transport_UL
(
unsigned
int
frame
,
unsigned
int
last_slot
,
unsigned
int
next_slot
);
void
emu_transport_release
(
void
);
int
multicast_link_read_data_from_sock
(
uint8_t
eNB_flag
);
void
clear_eNB_transport_info
(
uint8_t
);
void
clear_UE_transport_info
(
uint8_t
);
int
netlink_init
(
void
);
int
netlink_init_tun
(
char
*
ifsuffix
,
int
num_if
,
int
id
);
int
netlink_init_mbms_tun
(
char
*
ifsuffix
,
int
id
);
...
...
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