hdr_rlc Struct Reference

List of all members.

Public Member Functions

int & offset ()
packet_t & lptype ()
int & lerror ()
double & lts ()
int & lsize ()
int & lltype ()
int & seqno ()
int & a_seqno ()
int & eopno ()
int & segment ()
bool & poll ()
int & FSN ()
int & length ()
int bitmap (int i)
void setbitmap (int i)
int & lengthInd ()
int & padding ()
int & payload (int i)
nsaddr_t & src ()
nsaddr_t & dst ()

Static Public Member Functions

static hdr_rlcaccess (const Packet *p)

Public Attributes

packet_t lptype_
int lerror_
double lts_
int lsize_
int lltype_
int seqno_
int a_seqno_
int eopno_
int segment_
bool poll_
int payload_ [3]
int lengthInd_
int padding_
int FSN_
 The first sequence number in the bitmap.
int length_
u_int8_t bitmapsufi_ [MAX_BITMAP_OCTETS]
int Nlength
int SN_MRW
int SN_MRW_ACK
int src_rlc_id_
int dst_rlc_id_
nsaddr_t src_
nsaddr_t dst_

Static Public Attributes

static int offset_

Detailed Description

Definition at line 80 of file umts-headers.h.


Member Function Documentation

int hdr_rlc::bitmap ( int  i  )  [inline]

Returns the i-th bit of the BITMAP SUFI

Parameters:
i position of the bit. must be >=0 and <128
Returns:
0 if bit is 0, 1 if bit is 1

Definition at line 177 of file umts-headers.h.

References bitmapsufi_.

Referenced by AM::make_bitmap_SUFI(), and AM::newback().

void hdr_rlc::setbitmap ( int  i  )  [inline]

Sets the i-th bit of the BITMAP SUFI to 1

Parameters:
i 

Definition at line 188 of file umts-headers.h.

References bitmapsufi_.

Referenced by AM::make_bitmap_SUFI().


Member Data Documentation

int hdr_rlc::FSN_

The first sequence number in the bitmap.

BITMAP SUperFIeld See 3GPP TS 25.322 v5.13.0 (UMTS RLC Specifications) section 9.2.2.11.5

Definition at line 103 of file umts-headers.h.

Referenced by FSN().

int hdr_rlc::length_

length of the content of the BITMAP SUFI. Note that this in BITS and not in octets as per the standard.

Definition at line 104 of file umts-headers.h.

Referenced by length().


The documentation for this struct was generated from the following files:
Generated on Wed Nov 26 15:48:40 2008 for NS-MIRACLE library by  doxygen 1.5.2