Commit 3433d1b3 authored by Raymond Knopp's avatar Raymond Knopp

Merge branch 'NR_RRCConfiguration' of...

Merge branch 'NR_RRCConfiguration' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_RRCConfiguration
parents 57bc468d af9fca14
......@@ -616,7 +616,7 @@ find_nr_UE_id(module_id_t mod_idP,
}
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