A Discrete-Event Network Simulator
API
ns3::ImsiLcidPair_t Struct Reference

ImsiLcidPair structure. More...

#include "lte-common.h"

Public Member Functions

 ImsiLcidPair_t ()
 
 ImsiLcidPair_t (const uint64_t a, const uint8_t b)
 Constructor. More...
 

Public Attributes

uint64_t m_imsi
 IMSI. More...
 
uint8_t m_lcId
 LCID. More...
 

Friends

bool operator< (const ImsiLcidPair_t &a, const ImsiLcidPair_t &b)
 Less than operator. More...
 
bool operator== (const ImsiLcidPair_t &a, const ImsiLcidPair_t &b)
 Equaity operator. More...
 

Detailed Description

ImsiLcidPair structure.

Definition at line 56 of file lte-common.h.

Constructor & Destructor Documentation

◆ ImsiLcidPair_t() [1/2]

ns3::ImsiLcidPair_t::ImsiLcidPair_t ( )

Definition at line 66 of file lte-common.cc.

◆ ImsiLcidPair_t() [2/2]

ns3::ImsiLcidPair_t::ImsiLcidPair_t ( const uint64_t  a,
const uint8_t  b 
)

Constructor.

Parameters
afirst pair
bsecond pair

Definition at line 70 of file lte-common.cc.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const ImsiLcidPair_t a,
const ImsiLcidPair_t b 
)
friend

Less than operator.

Parameters
alhs
brhs
Returns
true if "less than"

Definition at line 97 of file lte-common.cc.

◆ operator==

bool operator== ( const ImsiLcidPair_t a,
const ImsiLcidPair_t b 
)
friend

Equaity operator.

Parameters
alhs
brhs
Returns
true if "equal"

Definition at line 84 of file lte-common.cc.

Member Data Documentation

◆ m_imsi

◆ m_lcId


The documentation for this struct was generated from the following files: