Commit af9fca14 authored by Raymond Knopp's avatar Raymond Knopp

added prototypes to new functions in mac_proto.h

parent 2b93fddf
......@@ -614,9 +614,9 @@ find_nr_UE_id(module_id_t mod_idP,
return -1;
}
int add_new_nr_ue(module_id_t mod_idP,
rnti_t rntiP) {
rnti_t rntiP){
int UE_id;
int i, j;
......
......@@ -113,4 +113,15 @@ int NRRIV2BW(int locationAndBandwidth,int N_RB);
int NRRIV2PRBOFFSET(int locationAndBandwidth,int N_RB);
void
dump_nr_ue_list(NR_UE_list_t *listP,
int ul_flag);
int
find_nr_UE_id(module_id_t mod_idP,
rnti_t rntiP);
int add_new_nr_ue(module_id_t mod_idP,
rnti_t rntiP);
#endif /*__LAYER2_NR_MAC_PROTO_H__*/
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