This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
neels gerrit-no-reply at lists.osmocom.orgneels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19838 )
Change subject: smscb.h: clarify some api doc of struct bsc_cbc_link
......................................................................
smscb.h: clarify some api doc of struct bsc_cbc_link
Change-Id: I28b76d36a9aeec9723115a86fbebe45acf3e13a9
---
M include/osmocom/bsc/smscb.h
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/38/19838/1
diff --git a/include/osmocom/bsc/smscb.h b/include/osmocom/bsc/smscb.h
index 7e1d677..1828399 100644
--- a/include/osmocom/bsc/smscb.h
+++ b/include/osmocom/bsc/smscb.h
@@ -31,13 +31,13 @@
struct bsc_cbc_link {
struct gsm_network *net;
struct {
- /* hostname/IP of CBC */
+ /* OsmoBSC as CBSP client: outbound hostname/IP of CBC */
char *cbc_hostname;
- /* TCP port (Default: 48049) of CBC */
+ /* OsmoBSC as CBSP client: outbound TCP port (Default: 48049) of CBC */
uint16_t cbc_port;
- /* local listening port (0 for disabling local server) */
+ /* OsmoBSC as CBSP server: inbound local listening port (0 for disabling local server) */
uint16_t listen_port;
- /* local listening hostname/IP */
+ /* OsmoBSC as CBSP server: inbound local listening hostname/IP */
char *listen_hostname;
} config;
/* for handling inbound TCP connections */
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/19838
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I28b76d36a9aeec9723115a86fbebe45acf3e13a9
Gerrit-Change-Number: 19838
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200826/29377a8a/attachment.htm>