aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens1-1/+2
2016-07-24fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCHNeels Hofmeyr1-1/+4
2016-07-16SGSN: encrypt/decrypt only necessary framesMax1-1/+1
2016-07-16SGSN: use unique AUTH REQ referenceMax2-0/+20
2016-07-11SGSN: prevent starting with inconsistent configMax1-0/+2
2016-07-09Make random MSISDN assignment optionalMax2-10/+71
2016-07-04SGSN: move TLLI unassignment into separate functionMax1-1/+1
2016-06-29Fix vty tests with subscriber deletionMax1-9/+11
2016-06-20typo in sgsn_testNeels Hofmeyr2-2/+2
2016-06-18rm dup: use channel type names from libosmocoreNeels Hofmeyr2-4/+6
2016-06-14Make random extension range configurableMax2-3/+24
2016-06-05Add regexp authorization policy for IMSIMax1-0/+16
2016-06-02rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte1-1/+1
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-29/+29
2016-05-31Make si2q scheduling optionalMax2-18/+31
2016-05-25filter/nat: Fix the context for the imsi assignmentHolger Hans Peter Freyther1-0/+3
2016-05-22drop unneccessary duplicate linking: tests/gsm0408Neels Hofmeyr1-1/+0
2016-05-17Cleanup db testMax1-53/+34
2016-05-06sgsn_test: Adapt test case to now-existing InsertSubscriberDataHarald Welte1-2/+2
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte1-2/+2
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte1-4/+4
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte1-0/+1
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte5-263/+11
2016-04-29move utils.h functions to libosmocoreHarald Welte3-245/+2
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte1-1/+1
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte4-4/+1
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte2-4/+4
2016-04-22Add vty check for max si2quater sizeMax2-33/+24
2016-04-22Add basic UARFCN supportMax3-21/+91
2016-04-22Fix earfcn deletionMax1-0/+14
2016-04-16Add basic SI2quater supportMax3-1/+79
2016-04-16gbproxy_test: assert msg allocation (CID #57873)Neels Hofmeyr1-0/+1
2016-04-14nat/vty: Fix construct not working with python 2.6Holger Hans Peter Freyther1-1/+1
2016-04-14nat/vty: Remove second assumption about lo and bindingHolger Hans Peter Freyther1-1/+1
2016-04-14nat/vty: And move to a different port..Holger Hans Peter Freyther1-1/+1
2016-04-14nat/vty: Convert into str for the VTY commandHolger Hans Peter Freyther1-1/+1
2016-04-14nat/vty: Use different port for the mock MSCHolger Hans Peter Freyther1-5/+9
2016-04-14nat/vty: Don't assume one can magically add IPv4 addresses to loHolger Hans Peter Freyther1-2/+1
2016-04-14NAT: reload BSCs config dynamicallyMax1-1/+119
2016-04-14vty_test_runner: update ipa sending codeMax1-2/+27
2016-04-12NAT: allow allocating BSC in arbitrary orderMax1-7/+7
2016-04-07ctrl: Extend ctrl command to optionally handle alg+kiHolger Hans Peter Freyther1-0/+27
2016-04-06subscr: Make db_create_subscriber fail on duplicatesHolger Hans Peter Freyther1-1/+5
2016-04-06subscr: Add testcase creating an already created subscriberHolger Hans Peter Freyther1-0/+36
2016-03-31Fix MM Auth: zero-initialize auth tuple before first useNeels Hofmeyr2-1/+27
2016-03-31Fix MM Auth: disallow key_seq mismatchNeels Hofmeyr2-0/+38
2016-03-31MM Auth: introduce AUTH_ERROR constant.Neels Hofmeyr2-2/+2
2016-03-31MM Auth test: add test to re-use existing authNeels Hofmeyr2-0/+37
2016-03-31MM Auth test: add two tests for AUTH_THEN_CIPHNeels Hofmeyr2-0/+152
2016-03-31Add MM Auth test; add auth_action_str() functionNeels Hofmeyr5-1/+156