aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gprs: Refactor gbprox_register_tlli()sysmocom/wip-gbproxyJacob Erlbeck2014-08-051-32/+54
* gbproxy/test: Test TLLI expiryHolger Hans Peter Freyther2014-08-044-39/+235
* gbproxy: Kill the global gbprox_global_patch_state structHolger Hans Peter Freyther2014-08-044-22/+25
* gbproxy: Add a hint to the compiler that all parameters are not NULLHolger Hans Peter Freyther2014-08-041-0/+8
* gbproxy: Remove global state from the gbproxyHolger Hans Peter Freyther2014-08-045-134/+143
* gprs: The methods moved to gprs_utils.h remove them hereHolger Hans Peter Freyther2014-08-041-3/+0
* gprs: Add testcases for the APN string/octet conversion and fix itHolger Hans Peter Freyther2014-08-046-9/+119
* gbproxy: Use gbprox_delete_tlli if possibleHolger Hans Peter Freyther2014-08-041-8/+4
* gprs: Create a gprs_utils file and move to be shared code in thereHolger Hans Peter Freyther2014-08-048-136/+201
* gbproxy: Use gbproxy_ for all structuresHolger Hans Peter Freyther2014-08-044-97/+97
* gbproxy: The dump routines are only used by the test, move it thereHolger Hans Peter Freyther2014-08-043-130/+129
* gbproxy: Have a clear namespace for the public functionsHolger Hans Peter Freyther2014-08-043-7/+6
* gbproxy: Remove the global rate counter and place it in the configHolger Hans Peter Freyther2014-08-043-33/+25
* gbproxy: Correct the method name. We work on TLLIsHolger Hans Peter Freyther2014-08-043-4/+4
* gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther2014-08-045-294/+308
* MNCC: Add IMSI to CALL CONFIRM messageAndreas Eversberg2014-08-041-0/+4
* dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg2014-08-044-9/+13
* vty: Fix interactive VTY help for silent-sms transmissionHarald Welte2014-08-021-3/+3
* DB: produce a backtrace in case of a DB errorHarald Welte2014-08-021-0/+1
* openbsc: Add new fields for the osmo-bts softwareHolger Hans Peter Freyther2014-07-301-0/+12
* Fix some packaging mistakes detected by lintian.Max2014-07-303-5/+9
* trau: Cast to remove compiler warningHolger Hans Peter Freyther2014-07-241-1/+1
* bts: Remember the last AMR mode that we receivedHolger Hans Peter Freyther2014-07-241-0/+1
* gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck2014-07-221-20/+35
* gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck2014-07-222-12/+66
* gprs: Use struct to pass context informationJacob Erlbeck2014-07-221-36/+63
* gprs: Use shift functions instead of manual parsingJacob Erlbeck2014-07-221-76/+60
* gprs: Add TLV parse functionsJacob Erlbeck2014-07-223-0/+353
* gprs: Fix TLLI cache size computationJacob Erlbeck2014-07-222-9/+10
* gprs/test: Rearrange for PTMSI parsingJacob Erlbeck2014-07-223-34/+219
* gprs: Add counters related to LLC layer patchingJacob Erlbeck2014-07-222-0/+19
* gprs/vty: Add commands to manage the TLLI listJacob Erlbeck2014-07-223-0/+114
* gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck2014-07-225-48/+465
* gprs: Store gbproxy patching state per peerJacob Erlbeck2014-07-223-83/+146
* gprs/test: Add Detach messages to testJacob Erlbeck2014-07-222-3/+74
* gprs/test: Added GMM Info and fixed TLLIJacob Erlbeck2014-07-222-8/+36
* gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck2014-07-225-13/+284
* gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck2014-07-224-9/+345
* gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck2014-07-228-16/+213
* gprs: Use imsi field instead of imeiJacob Erlbeck2014-07-221-1/+1
* gprs/test: Make test output more readableJacob Erlbeck2014-07-222-274/+159
* Merge branch 'zecke/fixes/osmux-nat'Holger Hans Peter Freyther2014-07-221-16/+74
|\
| * osmux: Drop the message in case we don't know the remote yet.Holger Hans Peter Freyther2014-07-221-0/+7
| * osmux: Qualify the handle by IPv4 address _and_ portHolger Hans Peter Freyther2014-07-221-12/+25
| * osmux: Extract the dummy message, find the endpoint and set rtp portHolger Hans Peter Freyther2014-07-221-1/+34
| * osmux: Send the CI as part of the dummy to help to identify a clientHolger Hans Peter Freyther2014-07-221-2/+7
| * osmux: Using the "CI" and calling it "CID" is plain wrongHolger Hans Peter Freyther2014-07-221-1/+1
|/
* mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther2014-07-228-20/+21
* Merge commit 'zecke/fixes/mgcp-transcoding'Holger Hans Peter Freyther2014-07-224-18/+168
|\
| * mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther2014-07-222-0/+48