aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/lchan.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-30cosmetic: common ts_is_pdch()Neels Hofmeyr1-0/+16
Have one common ts_is_pdch(), placed in lchan.c, since this file is pretty empty and pretty close to ts. Publish in gsm_data.h. Remove the if-style implementation from l1sap.c, and instead implement in a switch statement. This prepares for upcoming ts_is_pdch() usage in ph_data_req() for sysmo and lc15. Change-Id: Ib78d663fdbac5a1d7053f1b9d543649b66da00e2
2016-06-17debug log: log lchan state transitionsNeels Hofmeyr1-0/+6
Change-Id: Id20f61ef535f4ea049da6579e41eb98f31238d23
2012-04-19lchan: Similar to OpenBSC use a set method to change the stateHolger Hans Peter Freyther1-0/+27
By making all modifications through lchan_set_state we can easily add code to verify the state transition.