aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-25rtp_proxy.c: Ensure msgb_alloc is large enough for largest AMR frameHarald Welte1-1/+1
2016-05-23gsm04_08_clear_request(): release loc with arg release=0Neels Hofmeyr1-1/+1
2016-05-23Fix copy-paste error in SI6Max1-1/+1
2016-05-22subscr_name(): Handle case for subscr == NULLHarald Welte3-6/+6
2016-05-22drop unneccessary duplicate linking: tests/gsm0408Neels Hofmeyr1-1/+0
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 easierMax4-12/+23
2016-05-20Use proper measurement for handoverMax1-5/+12
2016-05-17Move DTX settings to BTSMax9-28/+98
2016-05-17Cleanup db testMax1-53/+34
2016-05-15db.c: implemented incremental migrationVadim Yanitskiy1-18/+35
2016-05-12Ignore extended test leftoversMax1-1/+1
2016-05-06sgsn_test: Adapt test case to now-existing InsertSubscriberDataHarald Welte1-2/+2
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 Welte4-7/+7
2016-04-29OAP: Various coding style fixesHarald Welte1-13/+14
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte5-22/+22
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte4-2/+4
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte10-877/+14
2016-04-29move utils.h functions to libosmocoreHarald Welte10-339/+12
2016-04-29osmo_gsup_messge.[ch] documentation update (doxygen)Harald Welte2-3/+25
2016-04-29gsup_messages: Add UMTS AKA related encoding/decoding supportHarald Welte2-0/+53
2016-04-29move osmo_shift_* / osmo_match_shift_* to libosmogsmHarald Welte3-185/+0
2016-04-29rename gprs_shift_*() to osmo_shift_*()Harald Welte5-53/+92
2016-04-29Rename gprs_gsup_* to osmo_gsup_*Harald Welte6-228/+229
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte12-22/+25
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte21-557/+14
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte12-70/+69
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 sizeMax5-42/+60
2016-04-22Add basic UARFCN supportMax9-46/+369
2016-04-22Cleanup shared data structureMax1-2/+1
2016-04-22Fix earfcn deletionMax2-2/+16
2016-04-22Fix documentation for command parametersMax1-1/+2
2016-04-16nat/ussd: Add an example of the USSD gateway side-channelHolger Hans Peter Freyther1-0/+65
2016-04-16nat/vty: Do not print token update statementHolger Hans Peter Freyther1-4/+1
2016-04-16Add basic SI2quater supportMax10-4/+391
2016-04-16Refactor SI-related codeMax3-20/+20
2016-04-16Add SI2quater support to SI3Max4-2/+19
2016-04-16gbproxy_test: assert msg allocation (CID #57873)Neels Hofmeyr1-0/+1
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/vty: Fix construct not working with python 2.6Holger Hans Peter Freyther1-1/+1