aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zecke/features/rtp-bridge' into ciaby/2015-07-28ciaby/2015-08-06Ciaby2015-08-069-37/+295
|\
| * mncc: Implement CRCX->MDCX for handover for direct rtp modeHolger Hans Peter Freyther2015-08-042-6/+29
| * mncc: Implement the direct RTP mode for ip based systemsHolger Hans Peter Freyther2015-08-042-0/+217
| * mncc: Update the protocol to match LCRHolger Hans Peter Freyther2015-08-042-1/+16
| * subscr: Fix subscr refcount issue in case of message errorHolger Hans Peter Freyther2015-08-041-0/+2
| * subscr: Fix potential subscr ref count issueHolger Hans Peter Freyther2015-08-041-0/+1
| * paging: Provide information about pending requestsHolger Hans Peter Freyther2015-08-041-2/+8
| * paging: Forget we were paging after the dispatchzecke/changes/paging-orderHolger Hans Peter Freyther2015-08-031-1/+1
| * paging: Stop paging everywhere before dispatching any signalHolger Hans Peter Freyther2015-08-031-9/+9
| * paging: Go through all BTS to stop pagingHolger Hans Peter Freyther2015-08-031-16/+9
| * paging: In case paging failed stop it everywhereHolger Hans Peter Freyther2015-08-031-1/+3
| * paging: Move the silent_call code to use the subscriber requestHolger Hans Peter Freyther2015-08-031-4/+3
| * 64bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther2015-08-036-8/+8
* | Merge branch 'master' into ciaby/2015-07-28Ciaby2015-08-069-11/+16
|\ \
| * | 64bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther2015-08-036-8/+8
| |/
| * use non-vararg functions if possibleMax2015-08-011-3/+3
| * Merge branch 'zecke/features/no-tmsi'Holger Hans Peter Freyther2015-08-013-32/+89
| |\
| | * nitb: Add a mode to not use TMSI for normal operationHolger Hans Peter Freyther2015-08-013-31/+88
| | * nitb: Be less strict about the reject causeHolger Hans Peter Freyther2015-08-011-1/+1
| |/
| * build: Include sys/socket.h for AF_UNSPECHolger Hans Peter Freyther2015-08-011-0/+2
| * mgcp: Include enough socket data structures to build on freebsdHolger Hans Peter Freyther2015-08-011-0/+3
* | Temporary patch from Holger to fix the frequent crashes caused by un-handled paging request.Ciaby2015-07-312-1/+17
* | nitb: Rename "use-tmsi" into "assign-tmsi", add a missing space after "no"ciaby/2015-07-28Ciaby2015-07-281-2/+2
* | Merge branch 'zecke/features/no-tmsi' into ciaby/2015-07-28Ciaby2015-07-283-32/+89
|\ \
| * | nitb: Add a mode to not use TMSI for normal operationzecke/features/no-tmsiHolger Hans Peter Freyther2015-07-143-31/+88
| * | nitb: Be less strict about the reject causeHolger Hans Peter Freyther2015-07-131-1/+1
| |/
* | Handover fix, needs to be tested.Ciaby2015-07-281-0/+4
* | Revert MNCC_SOCK_VERSION to 2 (from 4), otherwise there is no know LCR version which can work with it :) Also mentioned at: https://gitorious.org/sysmocom-openembedded/meta-telephony/commit/4da2963d82e7bee3045f73448d17395f78f1caf0Ciaby2015-07-281-1/+1
* | Added SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2015-07-282-2/+2
|/
* sms: Fix the non-SMPP mode of the testHolger Hans Peter Freyther2015-07-131-3/+4
* bsc: Rename core_ncc to core_mncHolger Hans Peter Freyther2015-07-135-9/+9
* Merge branch 'zecke/features/smpp-route'Holger Hans Peter Freyther2015-07-135-41/+136
|\
| * sms: Do not go through the routing a second timeHolger Hans Peter Freyther2015-07-131-1/+7
| * sms: Add a way to always route SMS through SMPP systemsHolger Hans Peter Freyther2015-07-065-0/+73
| * sms: Simplify the return handling for SMPP routes/unroutableHolger Hans Peter Freyther2015-07-061-2/+1
| * sms: Put the try_deliver into the header fileHolger Hans Peter Freyther2015-07-062-2/+8
| * sms: Move the routing of the sms to a separate functionHolger Hans Peter Freyther2015-07-061-39/+50
|/
* configure: Do not link all applications against libgsmHolger Hans Peter Freyther2015-07-023-3/+5
* configure: No need to check for crypt hereHolger Hans Peter Freyther2015-07-021-2/+0
* nat: Use RAND_bytes instead of /dev/urandomHolger Hans Peter Freyther2015-07-014-24/+8
* Merge branch 'zecke/features/auth'Holger Hans Peter Freyther2015-07-019-36/+291
|\
| * nat: After we identified the bsc check the keyHolger Hans Peter Freyther2015-07-013-4/+91
| * bsc: Check for the rand and then generate a resHolger Hans Peter Freyther2015-07-016-7/+94
| * nat: Send 16 bytes of rand to the BSC and remember itHolger Hans Peter Freyther2015-07-012-3/+38
| * nat: Provide access to /dev/urandom for the codeHolger Hans Peter Freyther2015-07-012-0/+12
| * bsc/nat: Fix the structure of the identity request messageHolger Hans Peter Freyther2015-07-014-8/+28
| * nat: Close the connection after we couldn't find the userHolger Hans Peter Freyther2015-07-011-0/+1
| * nat: Factor out the config by token searchHolger Hans Peter Freyther2015-07-013-19/+32
| * nat: Add size check for the payloadHolger Hans Peter Freyther2015-07-011-1/+1
|/
* bts: Arfcn can never be smaller than 0Holger Hans Peter Freyther2015-06-201-2/+1