[MERGED] osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: cosmetic: use enum ranap_nsap_addr_enc instead of int .. cosmetic: use enum ranap_nsap_addr_enc instead of int The only reason to use int instead of the

osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-04-16 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7296 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic9f8bf53f4b605c166e84cd7edd90c10fe7d7a1f Gerrit-PatchSet: 4 Gerrit-Project: osmo-msc Gerrit-Branch: master

[PATCH] osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-04-15 Thread Neels Hofmeyr
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7296 to look at the new patch set (#4). cosmetic: use enum ranap_nsap_addr_enc instead of int The only reason to use int instead of the enum was the lack of header iu_client.h

osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-04-15 Thread Neels Hofmeyr
Patch Set 3: Code-Review+2 re-add previous +2, merely resolved merge conflicts -- To view, visit https://gerrit.osmocom.org/7296 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic9f8bf53f4b605c166e84cd7edd90c10fe7d7a1f Gerrit-PatchSet: 3

[PATCH] osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-04-15 Thread Neels Hofmeyr
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7296 to look at the new patch set (#3). cosmetic: use enum ranap_nsap_addr_enc instead of int The only reason to use int instead of the enum was the lack of header iu_client.h

osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-03-21 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7296 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic9f8bf53f4b605c166e84cd7edd90c10fe7d7a1f Gerrit-PatchSet: 2 Gerrit-Project: osmo-msc Gerrit-Branch: master

osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-03-15 Thread Neels Hofmeyr
Patch Set 1: > Build Failed > > https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-msc/467/ : > FAILURE nice, stow prevented me from using a header without proper CFLAGS -- To view, visit https://gerrit.osmocom.org/7296 To unsubscribe, visit https://gerrit.osmocom.org/settings

[PATCH] osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-03-15 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7296 to look at the new patch set (#2). cosmetic: use enum ranap_nsap_addr_enc instead of int The only reason to use int instead of the enum was the lack of header iu_client.h when not

[PATCH] osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-03-15 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7296 cosmetic: use enum ranap_nsap_addr_enc instead of int The only reason to use int instead of the enum was the lack of header iu_client.h when not building with Iu support. Rather use the configure result properly, include the header when Iu support is