[MERGED] osmo-trx[master]: Add -j option to bind to specific address

2017-08-22 Thread Tom Tsou
Tom Tsou has submitted this change and it was merged. Change subject: Add -j option to bind to specific address .. Add -j option to bind to specific address Before this patch, the binding of the listening sockets was hardcoded

osmo-trx[master]: Add -j option to bind to specific address

2017-08-22 Thread Tom Tsou
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3539 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9ba184a1251c823e413a9230943ed263e52142ec Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master

osmo-trx[master]: Add -j option to bind to specific address

2017-08-18 Thread Alexander Chemeris
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3539 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9ba184a1251c823e413a9230943ed263e52142ec Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master

osmo-trx[master]: Add -j option to bind to specific address

2017-08-16 Thread Harald Welte
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3539 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9ba184a1251c823e413a9230943ed263e52142ec Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master

[PATCH] osmo-trx[master]: Add -j option to bind to specific address

2017-08-16 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/3539 Add -j option to bind to specific address Before this patch, the binding of the listening sockets was hardcoded to a local IP. Change-Id: I9ba184a1251c823e413a9230943ed263e52142ec --- M CommonLibs/Sockets.cpp M CommonLibs/Sockets.h M