MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / text

Method text

SGSNGGSN/Sgsn.cpp:1653–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1651}
1652
1653void RabStatus::text(std::ostream &os) const
1654{
1655 os <<"RabStatus(mStatus=";
1656 switch (mStatus) {
1657 case RabIdle: os << "idle"; break;
1658 case RabFailure: os << "failure"; break;
1659 case RabPending: os << "pending"; break;
1660 case RabAllocated: os << "allocated"; break;
1661 case RabDeactPending: os << "deactPending"; break;
1662 }
1663 os<<LOGVAR2("mFailCode",SmCause::name(mFailCode));
1664 os<<LOGVAR(mRateDownlink)<<LOGVAR(mRateUplink);
1665 os<<")";
1666}
1667
1668void MSUEAdapter::sgsnPrint(uint32_t mshandle, int options, std::ostream &os)
1669{

Callers 1

sgsnInfoDumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected