NetSim Source Code Help
Loading...
Searching...
No Matches
LTE_NR.c File Reference
#include "stdafx.h"
#include "LTENR_SDAP.h"
#include "LTENR_NSA.h"
#include "LTENR_Multiplexing.h"
#include "NetSim_utility.h"
Include dependency graph for LTE_NR.c:

Go to the source code of this file.

Functions

int fn_NetSim_LTE_NR_Init_F ()
 
int fn_NetSim_LTE_NR_Configure_F (void **var)
 
int fn_NetSim_LTE_NR_Finish_F ()
 
int fn_NetSim_LTE_NR_Init ()
 
int fn_NetSim_LTE_NR_Run ()
 
char * fn_NetSim_LTE_NR_Trace (NETSIM_ID id)
 
int fn_NetSim_LTE_NR_FreePacket (NetSim_PACKET *packet)
 
int fn_NetSim_LTE_NR_CopyPacket (NetSim_PACKET *destPacket, const NetSim_PACKET *srcPacket)
 
int fn_NetSim_LTE_NR_Metrics (PMETRICSWRITER file)
 
int fn_NetSim_LTE_NR_Configure (void **var)
 
char * fn_NetSim_LTE_NR_ConfigPacketTrace (void *xmlNetSimNode)
 
int fn_NetSim_LTE_NR_Finish ()
 
int fn_NetSim_LTE_NR_WritePacketTrace (NetSim_PACKET *pstruPacket, char **ppszTrace)
 
bool get_ltenr_log_status ()
 
void set_fast_performance ()
 
int LTENR_ConvertStrToEnumWithErrorMsg (const char **enumstr, const char *str, int length, char *name)
 

Variables

static  bool isLTENRConfigured = false
 
static bool isLTENRTraceConfigured = false
 
static bool isCalledOnce = false
 
static bool isMetricsCalled = false
 

Function Documentation

◆ fn_NetSim_LTE_NR_ConfigPacketTrace()

char * fn_NetSim_LTE_NR_ConfigPacketTrace ( void *  xmlNetSimNode)

Definition at line 411 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Configure()

int fn_NetSim_LTE_NR_Configure ( void **  var)

Definition at line 403 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Configure_F()

int fn_NetSim_LTE_NR_Configure_F ( void **  var)
Here is the caller graph for this function:

◆ fn_NetSim_LTE_NR_CopyPacket()

int fn_NetSim_LTE_NR_CopyPacket ( NetSim_PACKET destPacket,
const NetSim_PACKET srcPacket 
)

Definition at line 368 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Finish()

int fn_NetSim_LTE_NR_Finish ( )

Definition at line 433 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Finish_F()

int fn_NetSim_LTE_NR_Finish_F ( )
Here is the caller graph for this function:

◆ fn_NetSim_LTE_NR_FreePacket()

int fn_NetSim_LTE_NR_FreePacket ( NetSim_PACKET packet)

Definition at line 360 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Init()

int fn_NetSim_LTE_NR_Init ( )

Definition at line 44 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Init_F()

int fn_NetSim_LTE_NR_Init_F ( )
Here is the caller graph for this function:

◆ fn_NetSim_LTE_NR_Metrics()

int fn_NetSim_LTE_NR_Metrics ( PMETRICSWRITER  file)

Definition at line 389 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Run()

int fn_NetSim_LTE_NR_Run ( )

Definition at line 59 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_Trace()

char * fn_NetSim_LTE_NR_Trace ( NETSIM_ID  id)

Definition at line 353 of file LTE_NR.c.

Here is the call graph for this function:

◆ fn_NetSim_LTE_NR_WritePacketTrace()

int fn_NetSim_LTE_NR_WritePacketTrace ( NetSim_PACKET pstruPacket,
char **  ppszTrace 
)

Definition at line 445 of file LTE_NR.c.

Here is the call graph for this function:

◆ get_ltenr_log_status()

bool get_ltenr_log_status ( )

Definition at line 474 of file LTE_NR.c.

◆ LTENR_ConvertStrToEnumWithErrorMsg()

int LTENR_ConvertStrToEnumWithErrorMsg ( const char **  enumstr,
const char *  str,
int  length,
char *  name 
)

Definition at line 500 of file LTE_NR.c.

◆ set_fast_performance()

void set_fast_performance ( )

Definition at line 485 of file LTE_NR.c.

Here is the call graph for this function:

Variable Documentation

◆ isCalledOnce

bool isCalledOnce = false
static

Definition at line 35 of file LTE_NR.c.

◆ isLTENRConfigured

 bool isLTENRConfigured = false
static

Definition at line 33 of file LTE_NR.c.

◆ isLTENRTraceConfigured

bool isLTENRTraceConfigured = false
static

Definition at line 34 of file LTE_NR.c.

◆ isMetricsCalled

bool isMetricsCalled = false
static

Definition at line 36 of file LTE_NR.c.