NetSim Source Code Help
Loading...
Searching...
No Matches
Burst.c File Reference
#include "main.h"
#include "Cellular.h"
Include dependency graph for Burst.c:

Go to the source code of this file.

Functions

int fn_NetSim_Cellular_FormBurst (NetSim_PACKET *packet, Cellular_MS_MAC *MSMac)
 
int fn_NetSim_Cellular_MS_ReassembleBurst ()
 

Variables

unsigned int nBurstId =0
 

Function Documentation

◆ fn_NetSim_Cellular_FormBurst()

int fn_NetSim_Cellular_FormBurst ( NetSim_PACKET packet,
Cellular_MS_MAC MSMac 
)

Burst is used for the standard communications between the basestation and the mobile, and typically transfers the digitised voice data. This function is used to form the burst.

Definition at line 22 of file Burst.c.

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

◆ fn_NetSim_Cellular_MS_ReassembleBurst()

int fn_NetSim_Cellular_MS_ReassembleBurst ( )

This function is used to reassemble the burst.

Definition at line 149 of file Burst.c.

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

Variable Documentation

◆ nBurstId

unsigned int nBurstId =0

Definition at line 16 of file Burst.c.