[MERGED] osmo-bsc[master]: mgcp: cosmetic fixups

2017-12-10 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: mgcp: cosmetic fixups .. mgcp: cosmetic fixups - use unique enum/struct fsm struct names - use macro to shift bits in FSM description - use OSMO_STRINGIF

osmo-bsc[master]: mgcp: cosmetic fixups

2017-12-06 Thread Neels Hofmeyr
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5075 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I663e03046cde3c786af72d15681bf7497330d7f9 Gerrit-PatchSet: 2 Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit

osmo-bsc[master]: mgcp: cosmetic fixups

2017-11-29 Thread Harald Welte
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/5075 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I663e03046cde3c786af72d15681bf7497330d7f9 Gerrit-PatchSet: 1 Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit

[PATCH] osmo-bsc[master]: mgcp: cosmetic fixups

2017-11-28 Thread dexter
Review at https://gerrit.osmocom.org/5075 mgcp: cosmetic fixups - use unique enum/struct fsm struct names - use macro to shift bits in FSM description - use OSMO_STRINGIFY to generate the state names - remove duplicate logging of states and events - remove unnecessary space in log strings - pre