aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-21drop unneccessary duplicate linking: osmo-nitbNeels Hofmeyr1-1/+0
2016-05-21drop unneccessary duplicate/unused linking: ipaccessNeels Hofmeyr1-5/+0
2016-05-21drop unneccessary duplicate linking: osmo-bscNeels Hofmeyr1-1/+0
2016-05-20Make extending subscriber creation easierMax3-11/+17
2016-05-20Use proper measurement for handoverMax1-5/+12
2016-05-17Move DTX settings to BTSMax5-22/+91
2016-05-15db.c: implemented incremental migrationVadim Yanitskiy1-18/+35
2016-05-05Add human-readable name of SGSN_AUTH_AUTHENTICATEHarald Welte1-0/+1
2016-05-05sgsn/GSUP: Support MAP-style nested LU/ISDHarald Welte1-0/+22
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte2-3/+3
2016-04-29OAP: Various coding style fixesHarald Welte1-13/+14
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte2-10/+10
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte2-1/+2
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte3-474/+2
2016-04-29move utils.h functions to libosmocoreHarald Welte5-67/+9
2016-04-29osmo_gsup_messge.[ch] documentation update (doxygen)Harald Welte1-0/+10
2016-04-29gsup_messages: Add UMTS AKA related encoding/decoding supportHarald Welte1-0/+46
2016-04-29move osmo_shift_* / osmo_match_shift_* to libosmogsmHarald Welte2-174/+0
2016-04-29rename gprs_shift_*() to osmo_shift_*()Harald Welte4-47/+86
2016-04-29Rename gprs_gsup_* to osmo_gsup_*Harald Welte3-108/+108
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte7-9/+12
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte13-152/+10
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte8-61/+61
2016-04-29Disconnect calls with incompatible channel types / modesMax1-1/+45
2016-04-29Adjust si2quater rangesMax1-5/+6
2016-04-29Fix comment typoMax1-1/+1
2016-04-23Add missing includeMax1-0/+1
2016-04-22Add extra debug output with channel mode and typeMax4-9/+27
2016-04-22Add vty check for max si2quater sizeMax2-9/+35
2016-04-22Add basic UARFCN supportMax3-21/+262
2016-04-22Fix earfcn deletionMax1-2/+2
2016-04-22Fix documentation for command parametersMax1-1/+2
2016-04-16nat/vty: Do not print token update statementHolger Hans Peter Freyther1-4/+1
2016-04-16Add basic SI2quater supportMax5-3/+302
2016-04-16Refactor SI-related codeMax2-20/+19
2016-04-16Add SI2quater support to SI3Max3-1/+17
2016-04-16bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872)Neels Hofmeyr1-0/+1
2016-04-16gtphub_unmap_header_tei(): don't dereference unmapped_tei arg if not present ...Neels Hofmeyr1-4/+6
2016-04-14NAT: reload BSCs config dynamicallyMax1-0/+29
2016-04-14NAT: move BSC config into separate fileMax2-4/+50
2016-04-12NAT: allow allocating BSC in arbitrary orderMax2-12/+9
2016-04-12Remove trivial wrapper functionMax1-13/+2
2016-04-12NAT: extend debug output for ipaccess errorsMax1-2/+2
2016-04-12NAT: vty command to display number of BSCsMax1-0/+9
2016-04-11Fix segfault with broken configMax1-0/+3
2016-04-07ctrl: Extend ctrl command to optionally handle alg+kiHolger Hans Peter Freyther1-2/+58
2016-04-06db: If creating a subscriber in the db fails, return NULLHolger Hans Peter Freyther1-1/+4
2016-04-06subscr: Make db_create_subscriber fail on duplicatesHolger Hans Peter Freyther2-13/+13
2016-04-01bsc: Add parameter to restart a btsHolger Hans Peter Freyther1-1/+11
2016-04-01bsc: Add code to send ip.access reboot command to nanoBTSHolger Hans Peter Freyther1-0/+39