Commit Graph

4 Commits

Author SHA1 Message Date
Gerrit Code Review 3f51a78e30 Update notes for submitted changes
* trxcon: print TCH mode using gsm48_chan_mode_name()
* trxcon: add value-string defs for L1CTL Reset / CCCH Mode
* trxcon: constify pointers in L1CTL decoding functions
* trxcon: trxcon_fsm: permit direct DCH/PDCH transitions
* trxcon: trxcon_fsm: permit loop [P]DCH transitions
* trxcon: trxcon_fsm: separate handling of TRXCON_EV_DCH_EST_REQ
2022-12-09 11:20:52 +00:00
Gerrit Code Review e52f526b3e Update notes for submitted changes
* trxcon: abstract out trx_if.c from struct trxcon_inst
* trxcon: deliver measurement results via the PHYIF primitives
* trxcon: trxcon_fsm.c: remove unused import of l1ctl_server.h
* trxcon: l1ctl.h: remove unneeded import of l1ctl_proto.h
* trxcon: handle RACH.cnf via TRXCON_EV_TX_ACCESS_BURST_CNF
* trxcon: l1sched_handle_data_cnf(): make the cnf struct scoped
* trxcon: handle DATA.cnf/TRAFFIC.cnf via TRXCON_EV_TX_DATA_CNF
* trxcon: merge TRXCON_EV_TX_TRAFFIC_* with TRXCON_EV_TX_DATA_*
* trxcon: compose struct l1ctl_info_dl in l1ctl_tx_dt_ind()
2022-11-07 21:02:02 +00:00
Gerrit Code Review 0dfa06fa65 Update notes for submitted changes
* trxcon: l1ctl_server_{start,shutdown}() -> l1ctl_server_{alloc,free}()
* trxcon: allocate memory in l1ctl_server_start()
* trxcon: fix NULL pointer dereference in trx_if_open()
* trxcon: remove unused #imports in sched_clck.c
* trxcon: call osmo_timer_del() unconditionally
2022-07-22 12:43:20 +00:00
Gerrit Code Review 0dc08be320 Update notes for submitted changes
* trx_toolkit/trx_sniff.py: also print header for incorrect messages
* trx_toolkit/trx_sniff.py: also validate() sniffed messages
* trx_toolkit/trx_sniff.py: print exact message parsing error
* trx_toolkit/data_msg.py: raise exceptions from validate() methods
2019-08-28 09:49:28 +00:00