osmo-mgw[master]: osmo-mgw: Use libosmocore socket abstraction

2018-01-08 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/4900 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I39d47b8a27f683060a2facf2dbecff8d00c19ce9 Gerrit-PatchSet: 4 Gerrit-Project: osmo-mgw Gerrit-Branch: master

[MERGED] osmo-mgw[master]: osmo-mgw: Use libosmocore socket abstraction

2018-01-08 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: osmo-mgw: Use libosmocore socket abstraction .. osmo-mgw: Use libosmocore socket abstraction There's no need for us to use the sockets API directly: We

osmo-mgw[master]: osmo-mgw: Use libosmocore socket abstraction

2017-11-21 Thread Neels Hofmeyr
Patch Set 3: Code-Review+1 (1 comment) https://gerrit.osmocom.org/#/c/4900/3/src/osmo-mgw/mgw_main.c File src/osmo-mgw/mgw_main.c: Line 301: perror("Gateway failed to bind"); (this error reporting is different from the others... even though the patch is adopting the previous

osmo-mgw[master]: osmo-mgw: Use libosmocore socket abstraction

2017-11-20 Thread Max
Patch Set 3: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/4900 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I39d47b8a27f683060a2facf2dbecff8d00c19ce9 Gerrit-PatchSet: 3 Gerrit-Project: osmo-mgw Gerrit-Branch: master

[PATCH] osmo-mgw[master]: osmo-mgw: Use libosmocore socket abstraction

2017-11-17 Thread Harald Welte
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4900 to look at the new patch set (#2). osmo-mgw: Use libosmocore socket abstraction There's no need for us to use the sockets API directly: We have pretty nice socket helper functions in

[PATCH] osmo-mgw[master]: osmo-mgw: Use libosmocore socket abstraction

2017-11-17 Thread Harald Welte
Review at https://gerrit.osmocom.org/4900 osmo-mgw: Use libosmocore socket abstraction There's no need for us to use the sockets API directly: We have pretty nice socket helper functions in libosmocore, let's make use of them. Change-Id: I39d47b8a27f683060a2facf2dbecff8d00c19ce9 --- M