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