Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
a9a67824
Commit
a9a67824
authored
9 years ago
by
Xenofon Foukas
Browse files
Options
Downloads
Patches
Plain Diff
Added API functions for eNB agent - technology interaction
parent
2ef32ad9
No related branches found
No related tags found
1 merge request
!47
Feature 68 enb agent
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/ENB_APP/enb_agent_mac.h
+14
-0
14 additions, 0 deletions
openair2/ENB_APP/enb_agent_mac.h
with
14 additions
and
0 deletions
openair2/ENB_APP/enb_agent_mac.h
+
14
−
0
View file @
a9a67824
...
@@ -88,5 +88,19 @@ int enb_agent_mac_stats_reply(mid_t mod_id, xid_t xid, const report_config_t *re
...
@@ -88,5 +88,19 @@ int enb_agent_mac_stats_reply(mid_t mod_id, xid_t xid, const report_config_t *re
int
enb_agent_mac_destroy_stats_reply
(
Protocol__ProgranMessage
*
msg
);
int
enb_agent_mac_destroy_stats_reply
(
Protocol__ProgranMessage
*
msg
);
/**********************************
* eNB agent - technology mac API
**********************************/
/*Set DCI for particular RNTI in defined subframe (UL/DL)*/
int
enb_agent_mac_dl_config
(
mid_t
mod_id
,
Protocol__ProgranMessage
*
msg
);
int
enb_agent_mac_ul_config
(
mid_t
mod_id
,
Protocol__ProgranMessage
*
msg
);
/*Push controller configurations to the eNB for cells and UEs*/
int
enb_agent_set_cell_config
(
mid_t
mod_id
,
Protocol__ProgranMessage
*
msg
);
int
enb_agent_set_ue_config
(
mid_t
mod_id
,
Protocol__ProgranMessage
*
msg
);
#endif
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment