aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Merge branch 'zecke/features/rtp-bridge' into ciaby/2015-07-28ciaby/2015-08-06Ciaby7-36/+277
2015-08-06Merge branch 'master' into ciaby/2015-07-28Ciaby5-8/+10
2015-08-04mncc: Implement CRCX->MDCX for handover for direct rtp modeHolger Hans Peter Freyther1-6/+28
2015-08-04mncc: Implement the direct RTP mode for ip based systemsHolger Hans Peter Freyther1-0/+213
2015-08-04mncc: Update the protocol to match LCRHolger Hans Peter Freyther1-0/+3
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 Freyther3-5/+5
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 Freyther3-5/+5
2015-08-01use non-vararg functions if possibleMax1-3/+3
2015-08-01nitb: Add a mode to not use TMSI for normal operationHolger Hans Peter Freyther2-31/+85
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-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-28Ciaby2-32/+86
2015-07-28Handover fix, needs to be tested.Ciaby1-0/+4
2015-07-14nitb: Add a mode to not use TMSI for normal operationzecke/features/no-tmsiHolger Hans Peter Freyther2-31/+85
2015-07-13nitb: Be less strict about the reject causeHolger Hans Peter Freyther1-1/+1
2015-07-13bsc: Rename core_ncc to core_mncHolger Hans Peter Freyther4-8/+8
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 Freyther4-0/+51
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 Freyther1-1/+2
2015-07-01nat: Use RAND_bytes instead of /dev/urandomHolger Hans Peter Freyther2-21/+7
2015-07-01nat: After we identified the bsc check the keyHolger Hans Peter Freyther2-4/+89
2015-07-01bsc: Check for the rand and then generate a resHolger Hans Peter Freyther4-6/+90
2015-07-01nat: Send 16 bytes of rand to the BSC and remember itHolger Hans Peter Freyther1-3/+37
2015-07-01nat: Provide access to /dev/urandom for the codeHolger Hans Peter Freyther1-0/+9
2015-07-01bsc/nat: Fix the structure of the identity request messageHolger Hans Peter Freyther3-7/+27
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 Freyther2-19/+31
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
2015-06-19build: avoid spurious hard dependency on libosmo-sccpAndreas Rottmann1-3/+0
2015-06-19Fix build wrt. missing CFLAGS constituentsAndreas Rottmann4-4/+5
2015-06-19Fix GSM900 ARFCN range checkMichael McTernan1-2/+2
2015-06-15bsc: Attempt to fix crash when sending a SCCP CREF messageHolger Hans Peter Freyther1-1/+1
2015-06-02sgsn: Simplify finding/using the first address of the resultHolger Hans Peter Freyther1-7/+2
2015-06-02sgsn: seleted_apn_str might be NULL do not strcpyHolger Hans Peter Freyther1-1/+4
2015-06-02sgsn: Check the return value of osmo_fd_registerHolger Hans Peter Freyther1-1/+2
2015-06-02libbsc: Move SIs update/generation for a BTS into a separate function.Alexander Chemeris2-14/+26