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