osmo-pcu[master]: Clarify RACH-related interfaces

2018-01-12 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5656 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If189b7166a29a87ffb17a7a9bc560f674851fd53 Gerrit-PatchSet: 1 Gerrit-Project: osmo-pcu Gerrit-Branch: master

[MERGED] osmo-pcu[master]: Clarify RACH-related interfaces

2018-01-12 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Clarify RACH-related interfaces .. Clarify RACH-related interfaces * make is_11bit parameter into bool * remove is_single_block() from public interface

[PATCH] osmo-pcu[master]: Clarify RACH-related interfaces

2018-01-05 Thread Max
Review at https://gerrit.osmocom.org/5656 Clarify RACH-related interfaces * make is_11bit parameter into bool * remove is_single_block() from public interface and mark it as static * move logging outside of if ladder * move side-effects from is_single_block() into separate static functions *