Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added level 2 output

...

The output when the MEID updates are parsed show each entry as it is parsed, and then the old and new tables.  The new table shows information for each meid along with it's "owner" and the open state which is the same as described previously.


Verbose Level 2 Output

When '2' is placed into the verbose control file, the output is a bit more lengthy.  Specifically, when parsing the mse entries the following output is also generated which just describes each record encountered: 

Code Block
themeEmacs
titleVerbose 2 output for mse entries
linenumberstrue
[DBUG] start of route table noticed
[DBUG] create rte for mtype=1 subid=-1 key=ffffffff00000001
[DBUG] add endpoint  ts=1 app03:4560
[DBUG] create rte for mtype=2 subid=-1 key=ffffffff00000002
[DBUG] add endpoint  ts=2 app02:4560
[DBUG] add endpoint  ts=2 app03:4560
[DBUG] create rte for mtype=0 subid=-1 key=ffffffff00000000
[DBUG] add endpoint  ts=0 app02:4560
[DBUG] add endpoint  ts=0 app03:4560
[DBUG] end of route table noticed


For the MEID parsing, there is no significant additional information generated (it looks like there is a bug and the parse_meid_ar output in verbose level 1 should really only be generated in level 2).