aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* build: avoid spurious hard dependency on libosmo-sccpAndreas Rottmann2015-06-191-3/+0
* Fix "make distcheck"Andreas Rottmann2015-06-191-1/+1
* Fix build wrt. missing CFLAGS constituentsAndreas Rottmann2015-06-197-7/+8
* Fix GSM900 ARFCN range checkMichael McTernan2015-06-191-2/+2
* bsc: Attempt to fix crash when sending a SCCP CREF messageHolger Hans Peter Freyther2015-06-151-1/+1
* sgsn: Simplify finding/using the first address of the resultHolger Hans Peter Freyther2015-06-021-7/+2
* sgsn: seleted_apn_str might be NULL do not strcpyHolger Hans Peter Freyther2015-06-021-1/+4
* sgsn: Check the return value of osmo_fd_registerHolger Hans Peter Freyther2015-06-021-1/+2
* libbsc: Move SIs update/generation for a BTS into a separate function.Alexander Chemeris2015-06-023-14/+27
* sgsn: Do not search the name with the "domain" name attached to itHolger Hans Peter Freyther2015-06-011-1/+1
* gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging succeededIvan Kluchnikov2015-05-291-1/+1
* ggsn: The id is a uint32_t don't print it as signedHolger Hans Peter Freyther2015-05-292-3/+3
* sgsn: Allow to specify the DNS servers that should be usedHolger Hans Peter Freyther2015-05-253-1/+26
* sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther2015-05-258-21/+232
* sgsn: Integrate c-ares with the osmocom event loopHolger Hans Peter Freyther2015-05-254-6/+196
* sgsn: Create a copy of the msgb for later usageHolger Hans Peter Freyther2015-05-251-3/+35
* sgsn: Re-factor the activate PDP code for future changesHolger Hans Peter Freyther2015-05-251-24/+39