dyn PDCH: send PDCH ACT for each TCH/F_PDCH on TS Enable

Add dyn_pdch_init() in new file bsc_dyn_pdch.c (new file to avoid linking
issues; bsc_init.c would create undefined references, and putting in a new file
is the easiest solution).

Call dyn_pdch_init() from nm_statechg_event() whenever a TS is enabled.

Revert the |= TS_F_PDCH_MODE chunk from previous commit, since this flag will
now be set after dyn_pdch_init() sent out the PDCH ACT and when subsequently
the PDCH ACT ACK messages are received in rsl_rx_pdch_act_ack().

Change-Id: I0cad93dec59d546b3f3b19e332e0833496031575
5 files changed
tree: 62ccb6b0f56d95a083cea51ca3978420b6b4d0d1
  1. contrib/
  2. debian/
  3. openbsc/
  4. .gitignore
  5. .gitreview