Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
openairinterface5G
openairinterface5G
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge Requests 24
    • Merge Requests 24
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Commits
  • oai
  • openairinterface5Gopenairinterface5G
  • Wiki
  • DebugTools

DebugTools

Last edited by Cedric Roux Jan 17, 2016
Page history

---+ Graphical Scope

There is a graphical scope that allows to debug signals on the physical layer. It is located in openair1/USERSPACE_TOOLS/SCOPE. It can be compiled using "make chbch".(Note: compiling the Scope requires the libforms libraries - sudo apt-get install libforms-dev)

The usage is

./chbch_scope transport_channel nb_tx_antennas chsch_index

transport_channel: 0=CHBCH 1=RACH 2=DCCH/SACH 3=MRBCH
nb_tx_antennas: number of Tx antennas (usually 2 for CBMIMO1)
chsch_index: only used when transport_channel==0 (CHBCH)

For the LTE branch use the LTE scope. Use "make lte" for the UE and "make lte_ul" for the eNb. Start it with "./lte_scope" and "./lte_scope_ul" (no arguments needed). See attachement on this page for a description of the scope. ---+ Proc

A proc filesystem is created by the openairinterface modules.

/proc/openair1/bch_stats
/proc/openair1/openair1_state
/proc/openair2/lchan_stats

The best way to use it is to use "watch -n.1 cat /proc/openair1/bch_stats". ---+ fifo

The messages generated by the modem are output the the fifo /dev/rtf63. You can read them using

cat /dev/rtf63

-- User.FlorianKaltenberger - 08 Oct 2009

Clone repository
  • 5g nr development and setup
  • ALUProject
  • AskQuestions
  • AutoBuild
  • CBMIMO1Integ
  • CardList
  • Cbmimo1Flash
  • Chorist3Nodes
  • ChoristMplsIPv6072008
  • Configure_simplestreams_for_a_private_cloud
  • CoreBasebandAndRF
  • CoreNetworking
  • DebugTools
  • DeployOpenStackHeat
  • DisablingInterrupts
View All Pages