pespin has uploaded this change for review.
osmux.h: Define default Osmux port
This has been the port being used historically in most osmux setups,
and projects using osmux.h have it defined locally. Let's define it here
so that there's no need to define it on each client.
Change-Id: Ibfd058bceeeaa1384a00d8fcd6d6268b445e19bd
---
M include/osmocom/netif/osmux.h
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/29/29029/1
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index ed5c1ab..ff537c0 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -13,6 +13,8 @@
* Osmocom multiplex protocol helpers
*/
+#define OSMUX_DEFAULT_PORT 1984
+
/* OSmux header:
*
* rtp_m (1 bit): RTP M field (RFC3550, RFC4867)
To view, visit change 29029. To unsubscribe, or for help writing mail filters, visit settings.