Attention is currently required from: laforge, pespin, fixeria.
1 comment:
File src/osmo-bsc/pcu_sock.c:
Patch Set #2, Line 96: static bool ts_is_pdch(const struct gsm_bts_trx_ts *ts)
Done
The PDCH check is now implemented so that it checks if the TS can be used as PDCH in that very moment. As far as I understand that is the correct way. the PCU will then send the gsm_pcu_if_act_req, which is not really an activation request. As far as we are concerned its a confirmation that the PDCH is activated at the PCU. The naming scheme is a bit distracting. In osmo-bts the gsm_pcu_if_act_req message means the activation of SAPIs and so on, which is the last step in the whole activation process. We don't have that here. We just do a channel activation and the timeslot fsm will trigger the sending of the gsm_pcu_if_info_ind ind thats it. The PCU will respond with gsm_pcu_if_act_req as a confirmation (which we may ignore?)
To view, visit change 30876. To unsubscribe, or for help writing mail filters, visit settings.