neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/19834 )
Change subject: smscb.h: use uint16_t for port numbers
......................................................................
smscb.h: use uint16_t for port numbers
Change-Id: I05b77fa818d83c97df6fbb7504b80c36d607481b
---
M include/osmocom/bsc/smscb.h
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/34/19834/1
diff --git a/include/osmocom/bsc/smscb.h b/include/osmocom/bsc/smscb.h
index 22a258d..7e1d677 100644
--- a/include/osmocom/bsc/smscb.h
+++ b/include/osmocom/bsc/smscb.h
@@ -34,9 +34,9 @@
/* hostname/IP of CBC */
char *cbc_hostname;
/* TCP port (Default: 48049) of CBC */
- int cbc_port;
+ uint16_t cbc_port;
/* local listening port (0 for disabling local server) */
- int listen_port;
+ uint16_t listen_port;
/* local listening hostname/IP */
char *listen_hostname;
} config;
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/19834
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I05b77fa818d83c97df6fbb7504b80c36d607481b
Gerrit-Change-Number: 19834
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-MessageType: newchange