aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-04gbproxy/test: Test TLLI expiryHolger Hans Peter Freyther1-7/+7
2014-08-04gbproxy: Kill the global gbprox_global_patch_state structHolger Hans Peter Freyther2-20/+15
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 Freyther3-123/+131
2014-08-04gprs: Add testcases for the APN string/octet conversion and fix itHolger Hans Peter Freyther2-6/+18
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 Freyther4-134/+164
2014-08-04gbproxy: Use gbproxy_ for all structuresHolger Hans Peter Freyther2-86/+86
2014-08-04gbproxy: The dump routines are only used by the test, move it thereHolger Hans Peter Freyther1-92/+0
2014-08-04gbproxy: Have a clear namespace for the public functionsHolger Hans Peter Freyther2-5/+5
2014-08-04gbproxy: Remove the global rate counter and place it in the configHolger Hans Peter Freyther2-32/+22
2014-08-04gbproxy: Correct the method name. We work on TLLIsHolger Hans Peter Freyther2-3/+3
2014-08-04gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther3-289/+254
2014-08-04MNCC: Add IMSI to CALL CONFIRM messageAndreas Eversberg1-0/+4
2014-08-04dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg3-8/+12
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-24trau: Cast to remove compiler warningHolger Hans Peter Freyther1-1/+1
2014-07-22gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck1-20/+35
2014-07-22gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck1-2/+54
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 Erlbeck1-0/+116
2014-07-22gprs: Fix TLLI cache size computationJacob Erlbeck1-1/+6
2014-07-22gprs/test: Rearrange for PTMSI parsingJacob Erlbeck1-0/+20
2014-07-22gprs: Add counters related to LLC layer patchingJacob Erlbeck1-0/+15
2014-07-22gprs/vty: Add commands to manage the TLLI listJacob Erlbeck2-0/+112
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck2-41/+444
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck1-63/+132
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck2-4/+264
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck2-1/+327
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck4-2/+187
2014-07-22gprs: Use imsi field instead of imeiJacob Erlbeck1-1/+1
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 Freyther4-11/+16
2014-07-22mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther1-0/+1
2014-07-22mgcp: Initialise next_time in case the initial timestamp is not 0.Holger Hans Peter Freyther1-2/+4
2014-07-22mgcp: Document transcoding semantic and follow itHolger Hans Peter Freyther1-1/+8
2014-07-22mgcp: Fix/test reading/writing the sequence numberHolger Hans Peter Freyther1-2/+2
2014-07-22mgcp: Patch and Count _after_ the transcodingHolger Hans Peter Freyther1-1/+1
2014-07-22mgcp: Add a comment about the return of the functionHolger Hans Peter Freyther1-0/+5
2014-07-22mgcp: Make the internal state of the transcoder accessibleHolger Hans Peter Freyther1-50/+1
2014-07-22mgcp: Warn when the buffer is being reset due a wrong seq numberHolger Hans Peter Freyther1-2/+5
2014-07-22mgcp: Mention the packet duration in the error messageHolger Hans Peter Freyther1-2/+2
2014-07-22mgcp: Provide more information about configured endpointsHolger Hans Peter Freyther1-13/+26
2014-07-22mgcp: Fix memory leak in the transcoding codeHolger Hans Peter Freyther1-1/+1