diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-11-25 08:58:40 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-11-25 08:58:40 +0100 |
commit | 85fc31416b643c73f59e5af7a0e2d90813f29a50 (patch) | |
tree | 58f6be576d7270d511a15e37d0b559c7bf1684b5 /openbsc/src/libgb/Makefile.am | |
parent | eb3ccf64898b5ca1d969dadb8e12680bf89c394d (diff) |
BSSGP: Add functions required for true BSS-side BSSGP implementation
The BSS-side of BSSGP requires quite a number of additional functions
for sending unidirectional messages that a SGSN never sends.
This is a first step into completing the BSSGP implementation and making
it ready to be used from osmo-bts and other BTS-side GPRS
implementations.
Diffstat (limited to 'openbsc/src/libgb/Makefile.am')
-rw-r--r-- | openbsc/src/libgb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libgb/Makefile.am b/openbsc/src/libgb/Makefile.am index 8ec10069..cb656ccc 100644 --- a/openbsc/src/libgb/Makefile.am +++ b/openbsc/src/libgb/Makefile.am @@ -5,5 +5,5 @@ AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LIBOSMOCORE_GSM) $(LIBOSMOVTY_LIBS) $(COVERAG noinst_LIBRARIES = libgb.a libgb_a_SOURCES = gprs_ns.c gprs_ns_frgre.c gprs_ns_vty.c \ - gprs_bssgp.c gprs_bssgp_util.c gprs_bssgp_vty.c + gprs_bssgp.c gprs_bssgp_util.c gprs_bssgp_vty.c gprs_bssgp_bss.c #gprs_llc.c gprs_llc_vty.c crc24.c |