osmo-gsm-tester[master]: bts: add remote_addr() function

2017-05-28 Thread Neels Hofmeyr
Patch Set 5: Code-Review+2 For some odd reason gerrit still show's Pau's -1 here even though he gave +2 later on. -- To view, visit https://gerrit.osmocom.org/2715 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

[PATCH] osmo-gsm-tester[master]: bts: add remote_addr() function

2017-05-28 Thread Neels Hofmeyr
Hello Pau Espin Pedrol, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2715 to look at the new patch set (#5). bts: add remote_addr() function To start an MGCPGW, we so far need the BTS address in advance (should get fixed at some point, but

osmo-gsm-tester[master]: bts: add remote_addr() function

2017-05-25 Thread Pau Espin Pedrol
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2715 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7af9275914f34808cb60ae16b65ecd3688fd6b5b Gerrit-PatchSet: 4 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

[PATCH] osmo-gsm-tester[master]: bts: add remote_addr() function

2017-05-24 Thread Neels Hofmeyr
Hello Pau Espin Pedrol, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2715 to look at the new patch set (#4). bts: add remote_addr() function To start an MGCPGW, we so far need the BTS address in advance (should get fixed at some point, but

osmo-gsm-tester[master]: bts: add remote_addr() function

2017-05-24 Thread Neels Hofmeyr
Patch Set 2: (1 comment) https://gerrit.osmocom.org/#/c/2715/2/src/osmo_gsm_tester/bts_osmotrx.py File src/osmo_gsm_tester/bts_osmotrx.py: Line 47: return '127.0.0.1' > You can just do as in sysmobts, conf.get('addr') then set it to 127.0.0.1 the point is that this address should be

osmo-gsm-tester[master]: bts: add remote_addr() function

2017-05-23 Thread Pau Espin Pedrol
Patch Set 2: Code-Review-1 (1 comment) https://gerrit.osmocom.org/#/c/2715/2/src/osmo_gsm_tester/bts_osmotrx.py File src/osmo_gsm_tester/bts_osmotrx.py: Line 47: return '127.0.0.1' You can just do as in sysmobts, conf.get('addr') then set it to 127.0.0.1 by default in the config.

[PATCH] osmo-gsm-tester[master]: bts: add remote_addr() function

2017-05-22 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/2715 bts: add remote_addr() function To start an MGCPGW, we so far need the BTS address in advance (should get fixed at some point, but so far we do). The sysmoBTS has a fixed IP address configured. The osmo-bts-trx so far always uses 127.0.0.1 (should