aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* sgsn: Deal with no static ggsn being configured at allHolger Hans Peter Freyther2015-05-251-0/+7
* sgsn: If there is a subscr don't allow an empty listHolger Hans Peter Freyther2015-05-252-6/+6
* Merge branch 'zecke/features/sgsn-hlr-number'Holger Hans Peter Freyther2015-05-2410-5/+108
|\
| * sgsn: Extract the hlr Number into the mm contextHolger Hans Peter Freyther2015-05-244-5/+48
| * gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther2015-05-243-0/+23