aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-07-01[SGSN] Add VTY interface for SNDCPHarald Welte1-1/+1
2010-06-01[GPRS] hand SNDCP N-PDUs to the GTP to the GGSNHarald Welte1-1/+1
This so far only works for UNIT-DATA and only if the N-PDU is not fragmented at the SNDCP layer.
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-2/+2
2010-05-23gprs: Disable strict aliasing as we are breaking the rules right nowHolger Hans Peter Freyther1-1/+1
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-8/+9
2010-05-18[GPRS] LLC: Add VTY interface for LLCHarald Welte1-1/+2
2010-05-18[GPRS] Make sure libsgsn.a is only built when libgtp is availableHarald Welte1-1/+1
2010-05-18[GPRS] Build osmo-sgsn only if libgtp is availableHarald Welte1-0/+5
2010-05-17[GPRS] BSSGP: Add VTY for configuration and inpectionHarald Welte1-1/+1
This also includes log filtering based on NSEI/BVCI tuple
2010-05-17[GPRS] Initial untested support for libgtpHarald Welte1-2/+2
libgtp of the OpenGGSN project will allow us to speak the GTPv0/v1 protocol of the interface between SGSN and GGSN. This commit includes code for the main libgtp integration (file descriptor, select loop, timer) as well as code to encode/send a CREATE PDP CONTEXT request.
2010-05-13[GPRS] Rename gsm_04_08_gprs.c to gprs_gmm.cHarald Welte1-1/+1
GMM refers to GPRS Mobility Management.
2010-05-13[GPRS] NS: Start to use rate_ctr_group code from libosmocoreHarald Welte1-2/+2
Every NS-VC now has a set of counters for incoming and outgoing number of packets and bytes. We also split the VTY part of the gprs_ns.c implementation into gprs_ns_vty.c to make sure the protocol can actually be used without the VTY code being present.
2010-05-11[gprs] gb_proxy: Send proper BSSGP STATUS msg in error caseHarald Welte1-2/+3
In order to reuse the existing bssgp_tx_* functions without pulling in the dependencies of gprs_bssgp.c, we have to move those functions to gprs_bssgp_util.c Furthermore, we can remove gbprox_nsi and replace it with bssgp_nsi, and we can do proper processing of BVC-RESET messages coming from the SGSN on the signalling BVC. In that case we need to send RESET messages to all the BSS.
2010-05-04misc: Use $(top_srcdir) for source, $(top_builddir) for libsHolger Hans Peter Freyther1-4/+4
We should not use ../ for adding sources or libraries as the user might have a srcdir != builddir setup.
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-0/+17