close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Internal/BS/Airspan


Ignore:
Timestamp:
Mar 4, 2014, 8:05:11 PM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BS/Airspan

    v1 v1  
     1=== Airspan ===
     2
     3==== Connection Debugging ====
     4
     5ssh into the BS as root@ip and issue:
     6
     7{{{
     8cd /bs
     9./tnet
     10event -t msect:signon
     11event -t msect:connmgr
     12event -t msect:classc
     13event -t mss:connm
     14event -t mss:classc
     15}}}
     16
     17This will turn on debug messages for connection processes. The output should look like:
     18 
     19{{{
     20[root@sys ~]# cd /bs
     21[root@sys bs]# ./tnet
     22tnet > Start connection to DGS...
     23Connected to DGS server
     24event -t msect:signon
     25tnet > event -t msect:connmgr
     26tnet > event -t msect:classc
     27tnet > event -t mss:connm
     28tnet > event -t mss:classc
     29tnet >
     30tnet > nrtmac: Ok (12)
     31nrtmac: Ok (18)
     32nrtmac: Ok (8)
     33nrtmac: Ok (9)
     34nrtmac: Ok (3)
     35tnet >
     36
     37}}}