aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-19build: avoid spurious hard dependency on libosmo-sccpAndreas Rottmann1-3/+0
2015-06-19Fix "make distcheck"Andreas Rottmann1-1/+1
2015-06-19Fix build wrt. missing CFLAGS constituentsAndreas Rottmann7-7/+8
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 Chemeris3-14/+27
2015-06-01sgsn: Do not search the name with the "domain" name attached to itHolger Hans Peter Freyther1-1/+1
2015-05-29gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging s...Ivan Kluchnikov1-1/+1
2015-05-29ggsn: The id is a uint32_t don't print it as signedHolger Hans Peter Freyther2-3/+3
2015-05-25sgsn: Allow to specify the DNS servers that should be usedHolger Hans Peter Freyther3-1/+26
2015-05-25sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther8-21/+232
2015-05-25sgsn: Integrate c-ares with the osmocom event loopHolger Hans Peter Freyther4-6/+196
2015-05-25sgsn: Create a copy of the msgb for later usageHolger Hans Peter Freyther1-3/+35
2015-05-25sgsn: Re-factor the activate PDP code for future changesHolger Hans Peter Freyther1-24/+39
2015-05-25sgsn: Deal with no static ggsn being configured at allHolger Hans Peter Freyther1-0/+7
2015-05-25sgsn: If there is a subscr don't allow an empty listHolger Hans Peter Freyther2-6/+6
2015-05-24Merge branch 'zecke/features/sgsn-hlr-number'Holger Hans Peter Freyther10-5/+108
2015-05-24sgsn: Extract the hlr Number into the mm contextHolger Hans Peter Freyther4-5/+48
2015-05-24gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther3-0/+23
2015-05-24gsup: Decode/Encode the hlr-Number in the GSUP messageHolger Hans Peter Freyther3-0/+13
2015-05-24gsup: Add the HLR-Number as type and use it for UpdateLocation ResHolger Hans Peter Freyther1-0/+24
2015-05-22sgsn: Change the selection mode to verifiedHolger Hans Peter Freyther1-2/+2
2015-05-22sgsn: Reserved bits should be set to 1Holger Hans Peter Freyther1-1/+1
2015-05-17Replace ad-hoc function with generic one from libosmocoreMax1-12/+2