aboutsummaryrefslogtreecommitdiffstats
path: root/examples/channel
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-19 01:05:54 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2012-08-19 01:06:57 +0200
commit060e46ea6dd6b25d851baaa8757b3531a37edb1a (patch)
tree18314a68737517b0a6923547444ec99617b53276 /examples/channel
parent775c1de0891da2d3b16efada5ee8b99f96d045a1 (diff)
channel: add abis directory under channel
And move all existing A-bis channel implementation to channel/abis/ directory. This is just a cleanup to reorganize the source code tree.
Diffstat (limited to 'examples/channel')
-rw-r--r--examples/channel/Makefile.am16
-rw-r--r--examples/channel/abis_ipa_stream_client.c (renamed from examples/channel/abis_ipa_client.c)0
-rw-r--r--examples/channel/abis_ipa_stream_server.c (renamed from examples/channel/abis_ipa_server.c)0
3 files changed, 8 insertions, 8 deletions
diff --git a/examples/channel/Makefile.am b/examples/channel/Makefile.am
index eb53c41..6ab34b6 100644
--- a/examples/channel/Makefile.am
+++ b/examples/channel/Makefile.am
@@ -2,13 +2,13 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)
-noinst_PROGRAMS = abis_ipa_server \
- abis_ipa_client
+noinst_PROGRAMS = abis_ipa_stream_server \
+ abis_ipa_stream_client
-abis_ipa_server_SOURCES = abis_ipa_server.c
-abis_ipa_server_LDADD = $(top_builddir)/src/libosmonetif.la \
- $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
+abis_ipa_stream_server_SOURCES = abis_ipa_stream_server.c
+abis_ipa_stream_server_LDADD = $(top_builddir)/src/libosmonetif.la \
+ $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
-abis_ipa_client_SOURCES = abis_ipa_client.c
-abis_ipa_client_LDADD = $(top_builddir)/src/libosmonetif.la \
- $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
+abis_ipa_stream_client_SOURCES = abis_ipa_stream_client.c
+abis_ipa_stream_client_LDADD = $(top_builddir)/src/libosmonetif.la \
+ $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
diff --git a/examples/channel/abis_ipa_client.c b/examples/channel/abis_ipa_stream_client.c
index 3e24b62..3e24b62 100644
--- a/examples/channel/abis_ipa_client.c
+++ b/examples/channel/abis_ipa_stream_client.c
diff --git a/examples/channel/abis_ipa_server.c b/examples/channel/abis_ipa_stream_server.c
index a1b2ffd..a1b2ffd 100644
--- a/examples/channel/abis_ipa_server.c
+++ b/examples/channel/abis_ipa_stream_server.c