Commit 9588a8eb authored by SreeshmaShiv's avatar SreeshmaShiv

changes- 22 march

parent 3dfe1f6e
......@@ -149,4 +149,6 @@ NR_MeasConfig_t *get_defaultMeasConfig(uint32_t absFreqSSB, int band, int scs);
void free_defaultMeasConfig(NR_MeasConfig_t *mc);
uint8_t do_NR_Paging(uint8_t Mod_id, uint8_t *buffer, uint32_t tmsi);
int do_NRHandoverPreparation(char *ho_buf, int ho_size, NR_UE_NR_Capability_t *ue_nr_cap, int rrc_size);
#endif /* __RRC_NR_MESSAGES_ASN1_MSG__H__ */
......@@ -1495,7 +1495,7 @@ void rrc_gNB_process_MeasurementReport(rrc_gNB_ue_context_t *ue_context_p, NR_Me
LOG_D(RRC, "NR MeasID %ld\n", id);
/*ALL NeighbourCell*/
NR_MeasResultNR_t *neighbour_measresult = ik_measResults->measResultNeighCells->choice.measResultListNR->list.array[0] ; /* Need to review this whether to retain */
// NR_MeasResultNR_t *neighbour_measresult = ik_measResults->measResultNeighCells->choice.measResultListNR->list.array[0] ; /* Need to review this whether to retain */
/*Imran*/
// MessageDef *msg;
......
......@@ -7,7 +7,8 @@ add_library(xnap
xnap_gNB_handler.c
xnap_gNB_interface_management.c
xnap_timers.c
xnap_gNB_generate_messages.c)
xnap_gNB_generate_messages.c
xnap_ids.c)
target_link_libraries(xnap
PUBLIC asn1_xnap
PRIVATE nr_rrc)
......
......@@ -761,7 +761,7 @@ int xnap_gNB_generate_xn_setup_response(sctp_assoc_t assoc_id, xnap_setup_resp_t
XNAP_XnAP_PDU_t pdu;
XNAP_HandoverRequest_t *xnhandoverreq;
XNAP_HandoverRequest_IEs_t *ie;
instance_t instance;
// instance_t instance;
uint8_t *buffer;
uint32_t len;
......
......@@ -29,9 +29,9 @@
#include <stdint.h>
#include "intertask_interface.h"
#include "xnap_common.h"
#include "xnap_ids.h"
#include "xnap_gNB_defs.h"
#include "xnap_gNB_handler.h"
#include "xnap_ids.h"
#include "xnap_gNB_interface_management.h"
#include "assertions.h"
#include "conversions.h"
......
......@@ -30,6 +30,7 @@ void xnap_dump_trees(const instance_t instance);
xnap_gNB_instance_t *xnap_gNB_get_instance(instance_t instanceP);
sctp_assoc_t *xnap_gNB_get_assoc_id(instance_t instanceP);
// uint16_t xnap_gNB_fetch_add_global_cnx_id(void);
// void xnap_gNB_prepare_internal_data(void);
......
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