Skip to content
Snippets Groups Projects
Commit a9a67824 authored by Xenofon Foukas's avatar Xenofon Foukas
Browse files

Added API functions for eNB agent - technology interaction

parent 2ef32ad9
No related branches found
No related tags found
1 merge request!47Feature 68 enb agent
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment