aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Freyther2-1/+25
2015-05-25sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther4-11/+181
2015-05-25sgsn: Integrate c-ares with the osmocom event loopHolger Hans Peter Freyther2-6/+177
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 Freyther1-2/+1
2015-05-24sgsn: Extract the hlr Number into the mm contextHolger Hans Peter Freyther3-5/+45
2015-05-24gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther1-0/+18
2015-05-24gsup: Decode/Encode the hlr-Number in the GSUP messageHolger Hans Peter Freyther1-0/+8
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
2015-05-17sgsn: Clear LAC/RAC value for the routing area identityHolger Hans Peter Freyther1-1/+5
2015-05-17sgsn: Give the IMEI to the GGSN for analysisHolger Hans Peter Freyther1-0/+6
2015-05-17sgsn: Encode the ULI for the PDP context creation ackHolger Hans Peter Freyther1-1/+6
2015-05-17sgsn: Always include the routing area identityHolger Hans Peter Freyther1-0/+5