This is just to say that all my currently waiting patch sets have been merged to the respective master branches, after due nitpicking by Holger in person (thanks!) with various style/simplicity modifications applied.
(The one still open is the int/void* thing, not intended as a patch anyway but more as a question.)
So the road is clear now for configuring osmo-nitb with its entire set of own IP addresses, and as a side effect various other osmo-programs also have configurable telnet-VTY, Ctrl-interface and Abis addresses now.
To summarize the final result:
(1) Abis/IP
e1_input ipa bind 10.9.8.7
(2) telnet VTY
line vty bind 10.9.8.7
(3) ctrl interface
ctrl bind 10.9.8.7
(4) MNCC unix domain socket
-M /path/to/socket/file
(5) SMPP SMSC
smpp local-tcp-ip 10.9.8.7 2775
Is this worth a Wiki entry?
~Neels