neels has uploaded this change for review.

View Change

hnbgw: tweak HNB name sent in HNBAP HNB Register

It helps when each distinct HNB has a different name showing in the
osmo-hnbgw.log.

Change-Id: I560415caba591a3f1139897c6ca4d31566f4c178
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 13 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/77/33477/1
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index 9b12f3a..67d979b 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -717,7 +717,7 @@
{
timer T := 2.0;

- HNBAP[hnb_idx].send(ts_HNBAP_HNBRegisterRequest(char2oct("TTCN3 HNodeB"),
+ HNBAP[hnb_idx].send(ts_HNBAP_HNBRegisterRequest(char2oct("TTCN3-HNB-" & int2str(hnb_idx)),
'00F110'O,
int2bit(1 + cell_id, 28),
int2oct(2, 2),

To view, visit change 33477. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I560415caba591a3f1139897c6ca4d31566f4c178
Gerrit-Change-Number: 33477
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange