Commit a9a67824 authored by Xenofon Foukas's avatar Xenofon Foukas

Added API functions for eNB agent - technology interaction

parent 2ef32ad9
......@@ -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);
/**********************************
* 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment