osmo-msc[master]: VLR tests: remove weird code

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

[PATCH] osmo-msc[master]: VLR tests: remove weird code

2018-02-06 Thread Max
Review at https://gerrit.osmocom.org/6305 VLR tests: remove weird code Having while(0) as a body for for() cycle generate too much WTF while looking at the code while not serving any obvious purpose. Let's just drop it to avoid confusing developers. Change-Id: I1f571ec319ff3231fd9acd4066e47047

[PATCH] osmo-msc[master]: VLR tests: remove weird code

2018-02-06 Thread Max
VLR tests: remove weird code Having while(0) as a body for for() cycle generate too much WTF while looking at the code while not serving any obvious purpose. Let's just drop it to avoid confusing developers. Change-Id: I1f571ec319ff3231fd9acd4066e470476c3b1f78 Related: OS#2864 --- M tests/msc_vl

[MERGED] osmo-msc[master]: VLR tests: remove weird code

2018-02-08 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: VLR tests: remove weird code .. VLR tests: remove weird code Having while(0) as a body for for() cycle generate too much WTF while looking at the code wh