neels 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 <[email protected]>
Gerrit-MessageType: newchange

Reply via email to