NetSim Source Code Help
Loading...
Searching...
No Matches
LTENR_RadioMeasurements.c File Reference
#include "stdafx.h"
#include "LTENR_MAC.h"
#include "LTENR_PHY.h"
#include "Stack.h"
Include dependency graph for LTENR_RadioMeasurements.c:

Go to the source code of this file.

Functions

static bool validate_log (NETSIM_ID UE_ID)
 
static void init_radio_measurements_log ()
 
static void close_radio_measurements_log ()
 
void LTENR_RadioMeasurements_Init ()
 
void LTENR_RadioMeasurements_Finish ()
 
void LTENR_RadioMeasurements_PDSCH_Log (ptrLTENR_GNBPHY phy, int CA_ID, ptrLTENR_ASSOCIATEDUEPHYINFO info)
 
void LTENR_RadioMeasurements_PUSCH_Log (ptrLTENR_GNBPHY phy, int CA_ID, ptrLTENR_ASSOCIATEDUEPHYINFO info)
 
void LTENR_RadioMeasurements_PBSCH_Log (ptrLTENR_GNBPHY phy, int CA_ID, ptrLTENR_ASSOCIATEDUEPHYINFO info)
 

Variables

static FILE * fpRMlog = NULL
 
UINT UE_ID_LIST [] = { 0 }
 

Function Documentation

◆ close_radio_measurements_log()

static void close_radio_measurements_log ( )
static

Definition at line 93 of file LTENR_RadioMeasurements.c.

Here is the caller graph for this function:

◆ init_radio_measurements_log()

static void init_radio_measurements_log ( )
static

Definition at line 50 of file LTENR_RadioMeasurements.c.

Here is the caller graph for this function:

◆ LTENR_RadioMeasurements_Finish()

void LTENR_RadioMeasurements_Finish ( )

Definition at line 104 of file LTENR_RadioMeasurements.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LTENR_RadioMeasurements_Init()

void LTENR_RadioMeasurements_Init ( )

Definition at line 99 of file LTENR_RadioMeasurements.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LTENR_RadioMeasurements_PBSCH_Log()

void LTENR_RadioMeasurements_PBSCH_Log ( ptrLTENR_GNBPHY  phy,
int  CA_ID,
ptrLTENR_ASSOCIATEDUEPHYINFO  info 
)

Definition at line 229 of file LTENR_RadioMeasurements.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LTENR_RadioMeasurements_PDSCH_Log()

void LTENR_RadioMeasurements_PDSCH_Log ( ptrLTENR_GNBPHY  phy,
int  CA_ID,
ptrLTENR_ASSOCIATEDUEPHYINFO  info 
)

Definition at line 109 of file LTENR_RadioMeasurements.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LTENR_RadioMeasurements_PUSCH_Log()

void LTENR_RadioMeasurements_PUSCH_Log ( ptrLTENR_GNBPHY  phy,
int  CA_ID,
ptrLTENR_ASSOCIATEDUEPHYINFO  info 
)

Definition at line 169 of file LTENR_RadioMeasurements.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ validate_log()

static bool validate_log ( NETSIM_ID  UE_ID)
static

Definition at line 35 of file LTENR_RadioMeasurements.c.

Here is the caller graph for this function:

Variable Documentation

◆ fpRMlog

FILE* fpRMlog = NULL
static

Definition at line 30 of file LTENR_RadioMeasurements.c.

◆ UE_ID_LIST

UINT UE_ID_LIST[] = { 0 }

Definition at line 32 of file LTENR_RadioMeasurements.c.