From e95ad0e66ed441ff049c63c6a5f2a69c0b6afd0e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 10 Aug 2022 17:46:28 +0200 Subject: [PATCH] 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 --- include/osmocom/netif/osmux.h | 2 ++ 1 file changed, 2 insertions(+) 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)