osmo-ttcn3-hacks[master]: MNCC: Represent 'keypad' as one-character charstring, not int

2018-02-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/6268 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id17ac502ca33f4962214a3d5938d0dc29ca6ec1b Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

[MERGED] osmo-ttcn3-hacks[master]: MNCC: Represent 'keypad' as one-character charstring, not int

2018-02-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: MNCC: Represent 'keypad' as one-character charstring, not int .. MNCC: Represent 'keypad' as one-character charstring, not int The MNCC Unix Domain

[PATCH] osmo-ttcn3-hacks[master]: MNCC: Represent 'keypad' as one-character charstring, not int

2018-02-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/6268 MNCC: Represent 'keypad' as one-character charstring, not int The MNCC Unix Domain Socket encoding uses an int here, which is a bit odd, given that it's an ASCII / IA5 char value on the actual GSM L3. Let's convert from/to something useful.