aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn
AgeCommit message (Expand)AuthorFilesLines
2018-03-16ignore results of .ttcnpp filesNeels Hofmeyr1-0/+2
2018-03-16fix gen_links.sh: don't include source dir as link targetNeels Hofmeyr1-8/+1
2018-03-13remove *.default from [EXECUTE] in *.default filesHarald Welte1-1/+0
2018-02-20IPA_Emulation: Make dependencies to RSL/MGCP/SCCP/GSUP conditionalHarald Welte2-15/+4
2018-02-18Add TC_attach_pdp_act_user_deact_mt for GGSN-originated PDP DEACTHarald Welte1-0/+39
2018-02-18sgsn: Add TC_attach_pdp_act_user_deact_moHarald Welte1-3/+42
2018-02-18sgsn: Add new TC_attach_pdp_act_ggsn_rejectHarald Welte1-17/+39
2018-02-18sgsn: Use random TEID and Charging IdentifierHarald Welte1-3/+5
2018-02-18sgsn: More commentsHarald Welte1-19/+19
2018-02-18sgsn: Add user plane GTP testing (GTP->Gb and Gb->GTP)Harald Welte1-6/+108
2018-02-18sgsn: Reduce logging verbosity of IPA/GSUP/NS/BSSGPHarald Welte2-4/+10
2018-02-18BSSGP_Emulation: Add SNDCP decoding supportHarald Welte2-0/+10
2018-02-18sgsn: Fix hard-coded emulated GGSN IP addressesHarald Welte1-2/+2
2018-02-18sgsn: GTP Create PDP: Include missing required "Charging ID" IEHarald Welte1-1/+3
2018-02-18sgsn: Store SGSN-side control + user plane IP addressesHarald Welte1-4/+8
2018-02-18sgsn: Add TC_pdp_act_unattachedHarald Welte1-0/+28
2018-02-18sgsn: Fix syntax errors introduced in PDP Context Act patchesHarald Welte1-4/+4
2018-02-18sgsn: First PDP CTX ACT test: TC_attach_pdp_actHarald Welte3-3/+183
2018-02-18sgsn: Add TC_detach_* for various GPRS DETACH use casesHarald Welte1-0/+90
2018-02-18sgsn: Add new TC_attach_rau: Attach followed by RA UpdateHarald Welte1-0/+51
2018-02-18sgsn: Implement TLLI assignment/modification/unassignmentHarald Welte1-2/+11
2018-02-18sgsn: Reduce code duplication by introducing f_gmm_gsup_lu_isd()Harald Welte1-8/+11
2018-02-18sgsn: Reduce code duplication by introducing f_mi_get_lv()Harald Welte1-79/+19
2018-02-18sgsn: Add TC_attach_gsup_lu_rejectHarald Welte1-7/+45
2018-02-18Implement TC_attach_auth_sai_rejectHarald Welte1-0/+29
2018-02-18sgsn: Add TC_rau_unknownHarald Welte1-8/+72
2018-02-18sgsn: Add TC_attach_closed for "auth-policy closed"Harald Welte1-0/+42
2018-02-18sgsn: Add TC_attach_accept_all for "auth-policy accept-all"Harald Welte1-0/+32
2018-02-18sgsn: Integrate VTY access into SGSN_TestsHarald Welte2-1/+15
2018-02-18move f_vty_config() from MSC_Tests to Osmocom_VTY_FunctionsHarald Welte1-0/+27
2018-02-18sgsn: Ensure ATTACH is always only for GPRS, not combinedHarald Welte1-8/+8
2018-02-18sgsn: Add TC_attach_combinedHarald Welte1-0/+33
2018-02-18sgsn: TC_attach_*_timeout test casesHarald Welte1-2/+97
2018-02-18sgsn: Introduce global guard timerHarald Welte1-3/+17
2018-02-18sgsn: Use Random RAI when performing attach requestHarald Welte1-7/+6
2018-02-18sgsn: Use random TLLI when performing ATTACHHarald Welte1-1/+1
2018-02-18First actual SGSN test caseHarald Welte3-16/+251
2018-02-16sgsn: Skeleton of a SGSN test fremworkHarald Welte3-0/+139