summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmux: Make sure that bigger Osmux ids actually fitzecke/features/osmux-reliabilityHolger Hans Peter Freyther2015-10-081-2/+2
* osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther2015-10-085-9/+30
* osmux: Enforce Osmux only global and per BSC configurationHolger Hans Peter Freyther2015-10-082-10/+44
* osmux: Allow to enforce using Osmux for the clientHolger Hans Peter Freyther2015-10-083-14/+41
* osmux: Add introspection for osmux.Holger Hans Peter Freyther2015-10-081-0/+3
* osmux: Do not divide the number of bytes by eight.Holger Hans Peter Freyther2015-10-082-3/+3
* osmux: Test cid allocation and de-allocationHolger Hans Peter Freyther2015-10-083-0/+41
* Add OAP design document.Neels Hofmeyr2015-10-071-0/+250
* gsup: factor out header composition & sending.Neels Hofmeyr2015-10-071-3/+9
* Merge branch 'zecke/features/amr'Holger Hans Peter Freyther2015-10-028-98/+93
|\
| * amr: Attempt to unbreak the AMR support in the BSCHolger Hans Peter Freyther2015-10-023-13/+27
| * amr: Kill more duplication and let the code work one of the modesHolger Hans Peter Freyther2015-10-021-34/+25
| * amr: Instead of putting ms/bts into the same struct.. use it twiceHolger Hans Peter Freyther2015-10-025-44/+31
| * amr: Remove some code duplication in preparationHolger Hans Peter Freyther2015-10-022-15/+18
|/
* sgsn_main: in -h, print default config fileNeels Hofmeyr2015-09-241-1/+1
* debian: Attempt to fix packaging and point to a meaningful readmeHolger Hans Peter Freyther2015-09-241-1/+1
* vty: Change the return type from enum to intHolger Hans Peter Freyther2015-09-247-7/+7
* gbproxy: Add quirk commands to allow upgrade from pre-releaseHolger Hans Peter Freyther2015-09-243-1/+99
* bsc_nat: Fix 1 log error output of wrong variable.Neels Hofmeyr2015-09-231-1/+1
* Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg2015-09-229-42/+474
* osmo-nitb: obsess about --help formatting.Neels Hofmeyr2015-09-151-13/+13
* Remove empty README.Neels Hofmeyr2015-09-151-0/+0
* openbsc/configure.ac: check for pcap/pcap.h.Neels Hofmeyr2015-09-151-0/+1
* Merge branch 'zecke/features/rtp-bridge'Holger Hans Peter Freyther2015-09-146-7/+270
|\
| * mncc: Use the default codec from the built-in mncc modezecke/features/rtp-bridgeHolger Hans Peter Freyther2015-09-143-6/+14
| * mncc: Implement CRCX->MDCX for handover for direct rtp modeHolger Hans Peter Freyther2015-09-142-6/+29
| * mncc: Implement the direct RTP mode for ip based systemsHolger Hans Peter Freyther2015-09-142-0/+217
| * mncc: Update the protocol to match LCRHolger Hans Peter Freyther2015-09-142-1/+16
|/
* msc: Add channel information to the meas_feed, bump version to v1.Alexander Chemeris2015-09-142-1/+22
* osmux: fix show online-helpPablo Neira Ayuso2015-09-071-1/+1
* Add SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2015-09-042-2/+2
* mgcp: Fix grammar, clean-up return codesHolger Hans Peter Freyther2015-09-041-7/+6
* mgcp: Remove use of hardwired @mgw from endpoint IDs.Michael McTernan2015-09-041-1/+1
* system_information.c: Distinguish two previously identical log msgsHarald Welte2015-09-041-2/+2
* Fix neighbor channel list generation for 1900 MHz PCS bandHarald Welte2015-09-041-3/+3
* debian: Require ares for the SGSN and GGSN resolvingHolger Hans Peter Freyther2015-08-231-1/+1
* debian: Add libssl-dev for the NATHolger Hans Peter Freyther2015-08-231-1/+1
* mgcp: Allow to bind to different ports for net/bts portsHolger Hans Peter Freyther2015-08-204-0/+75
* mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther2015-08-204-18/+36
* mgcp: Add transcoding from PCMU as wellHolger Hans Peter Freyther2015-08-193-1/+36
* osmux: add option to pad the circuit with dummy messagesPablo Neira Ayuso2015-08-193-0/+27
* Use 'ROUTING AREA' consistently, not 'ROUTEING AREA'Harald Welte2015-08-181-1/+1
* GSM/GPRS 04.08: Don't print numeric mobile identity typesHarald Welte2015-08-183-33/+29
* GMM: fix format string compiler warningHarald Welte2015-08-181-1/+1
* GMM: Don't use DGPRS logging category from GMMHarald Welte2015-08-181-2/+2
* GMM: use MMCTXP whenever possible to include MS identity in log outputHarald Welte2015-08-181-14/+17
* LLC: Don't dispatch XID frames into GMMHarald Welte2015-08-181-1/+1
* LLC: Don't feed length=0 frames to SNDCP / GMMHarald Welte2015-08-181-1/+1
* GMM: add hexdump in case of unknown pdisc/msgtypeHarald Welte2015-08-181-6/+6
* sgsn: make all SGSN timers configurable via the VTYHarald Welte2015-08-183-36/+123