mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-05 15:24:11 +00:00
Fix tmsis -a.
This commit is contained in:
parent
61072e77b0
commit
4e4d559407
1 changed files with 1 additions and 1 deletions
|
|
@ -841,7 +841,7 @@ vector< vector<string> > TMSITable::tmsiTabView(int verbosity, bool rawFlag, uns
|
|||
void TMSITable::tmsiTabDump(int verbosity,bool rawFlag, ostream& os, bool showAll, bool taboption) const
|
||||
{
|
||||
// Dump the TMSI table.
|
||||
unsigned maxrows = showAll ? 2^31 : 100;
|
||||
unsigned maxrows = showAll ? 10000000 : 100;
|
||||
vector< vector<string> > view = tmsiTabView(verbosity, rawFlag, maxrows);
|
||||
|
||||
#if unused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue