osmo-bts/src/common
Vadim Yanitskiy 4a0a6fd014 vty: add a command to show GPRS related info
Here is a sample output:

  OsmoBTS# show bts 0 gprs
  BTS 0, RAC 0, NSEI 101, BVCI 2
    Cell NM state: Oper 'Enabled', Admin 'Unlocked', Avail 'OK'
    NSE NM state: Oper 'Enabled', Admin 'Unlocked', Avail 'OK'
    NSVC0 (NSVCI 101) NM state: Oper 'Enabled', Admin 'Unlocked', Avail 'OK'
      Address: r=127.0.0.1:23010<->l=0.0.0.0:55385
    NSVC1 (NSVCI 0) NM state: Oper 'Disabled', Admin 'Locked', Avail 'Off line'

This command is useful for debugging NS connection problems.

Change-Id: I149eea0b1c109020406eb67c9082c335a77aab06
2021-01-07 13:58:21 +01:00
..
Makefile.am Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
abis.c Drop unused param in oml_init() 2020-10-13 08:54:36 +00:00
amr.c rsl: refactor handling of RSL_IE_MR_CONFIG 2020-06-05 18:40:42 +07:00
bts.c power_control: check-in new parameters and default values 2021-01-04 21:49:21 +00:00
bts_ctrl_commands.c power_ramp: Add support to get callback when ramping process completes 2020-06-18 19:11:55 +02:00
bts_ctrl_lookup.c Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.* 2020-07-14 09:44:06 +00:00
bts_shutdown_fsm.c bts_shutdown_fsm: Fix switching too quickly to state WAIT_TRX_CLOSED 2020-07-24 18:23:16 +02:00
bts_trx.c power_control: check-in new parameters and default values 2021-01-04 21:49:21 +00:00
cbch.c Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
dtx_dl_amr_fsm.c Fix Downlink AMR FSM name to avoid illegal space character 2017-10-24 18:43:45 +02:00
gsm_data.c power_control: check-in new parameters and default values 2021-01-04 21:49:21 +00:00
handover.c part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4} 2020-11-26 09:22:38 +00:00
l1sap.c l1sap: fix: enable UL SACCH repetition if RxQual threshold is 0 2021-01-05 12:21:23 +01:00
lchan.c cosmetic: common ts_is_pdch() 2016-08-30 07:35:47 +00:00
load_indication.c Move gsm_bts code gsm-data.* => bts.* 2020-07-05 18:18:16 +02:00
logging.c logging: use only LOGL_NOTICE as defualt loglevel 2020-04-14 13:20:21 +00:00
main.c common: generate coredump and exit upon SIGABRT received 2020-11-25 19:03:35 +01:00
measurement.c measurement.c: fix integer overflow problem 2020-11-02 15:46:10 +01:00
msg_utils.c Move gsm_bts code gsm-data.* => bts.* 2020-07-05 18:18:16 +02:00
nm_bb_transc_fsm.c Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
nm_bts_fsm.c Introduce NM BTS FSM 2020-10-20 13:45:57 +00:00
nm_bts_sm_fsm.c Introduce NM BTS Site Manager FSM 2020-10-20 13:45:57 +00:00
nm_channel_fsm.c nm_channel_fsm: Fix several FSM internal transitions not being made 2020-12-09 14:04:19 +01:00
nm_common_fsm.c Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
nm_radio_carrier_fsm.c Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
oml.c oml: Set NM_OPSTATE_DISABLED by default 2020-10-21 18:32:08 +02:00
paging.c ETWS Primary Notification via P1 Rest Octets 2019-09-05 14:30:17 +02:00
pcu_sock.c use osmo_fd_setup() everywhere 2020-10-19 15:06:08 +00:00
phy_link.c Introduce NM Radio Carrier and Baseband Transceiver FSMs 2020-10-20 13:45:57 +00:00
power_control.c power_control: make raise/lower step limitation configurable 2020-12-09 21:39:52 +00:00
rsl.c power_control: handle MS/BS Power control params on A-bis/RSL 2021-01-07 00:38:55 +00:00
scheduler.c power_control: implement BS (Downlink) Power Control 2020-12-06 18:57:43 +01:00
scheduler_mframe.c CBCH: Some more scheduler_mframe cleanup 2018-09-17 22:47:45 +02:00
sysinfo.c sysinfo: fix less-than-zero comparison of an unsigned value 2021-01-05 14:12:06 +00:00
ta_control.c ta_control: move timing advance code from osmo-bts-trx to common 2020-01-20 14:33:49 +00:00
tx_power.c power_control: implement BS (Downlink) Power Control 2020-12-06 18:57:43 +01:00
vty.c vty: add a command to show GPRS related info 2021-01-07 13:58:21 +01:00