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

Function chans

CLI/CLI.cpp:1527–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525}
1526
1527static CLIStatus chans(int argc, char **argv, ostream& os)
1528{
1529 // bool showAll = false;
1530 // if (argc==2) showAll = true;
1531 map<string,string> options = cliParse(argc,argv,os,"-a -l -tab");
1532 bool showAll = options.count("-a");
1533 bool longList = options.count("-l");
1534 bool tabSeparated = options.count("-tab");
1535 if (argc) return BAD_NUM_ARGS;
1536 printChansV4(os,showAll,longList,tabSeparated);
1537 return SUCCESS;
1538}
1539
1540#if OLD_VERSION
1541void printChanInfo(unsigned transID, const GSM::L2LogicalChannel* chan, ostream& os)

Callers

nothing calls this directly

Calls 2

cliParseFunction · 0.85
printChansV4Function · 0.85

Tested by

no test coverage detected