channel: define CHAN_SIGN_OML and CHAN_SIGN_RSL internally

These definitionsare not relevant for external client applications
using the library.
This commit is contained in:
Pablo Neira Ayuso 2012-08-19 00:12:18 +02:00
parent a7c1784937
commit 557e5c127a
3 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,6 @@
#include <stdint.h>
#define CHAN_SIGN_OML 0
#define CHAN_SIGN_RSL 1
enum {
CHAN_NONE,
CHAN_ABIS_IPA_SRV,

View File

@ -16,6 +16,9 @@
#include <osmocom/netif/ipa.h>
#include <osmocom/netif/ipa_unit.h>
#define CHAN_SIGN_OML 0
#define CHAN_SIGN_RSL 1
/* default IPA cli ports. */
#define IPA_TCP_PORT_OML 3002
#define IPA_TCP_PORT_RSL 3003

View File

@ -15,6 +15,9 @@
#include <osmocom/netif/stream.h>
#include <osmocom/netif/ipa.h>
#define CHAN_SIGN_OML 0
#define CHAN_SIGN_RSL 1
/* default IPA srv ports. */
#define IPA_TCP_PORT_OML 3002
#define IPA_TCP_PORT_RSL 3003