aboutsummaryrefslogtreecommitdiffstats
path: root/pcu
AgeCommit message (Expand)AuthorFilesLines
2020-04-29pcu: Get rid of PCU_Tests.ttcn testsPau Espin Pedrol14-990/+380
2020-04-29pcu: Support retrieving BSN and TFI in tests from data_egprs blocksPau Espin Pedrol1-24/+97
2020-04-29PCU: fix f_pcuif_tx_data_cnf(): do not include paging groupVadim Yanitskiy1-2/+11
2020-04-28PCU: introduce and use helper f_pcuif_tx_data_cnf()Vadim Yanitskiy1-5/+14
2020-04-28PCU: refactor f_pcuif_rx_imm_ass(): also handle PCH SAPIVadim Yanitskiy1-10/+20
2020-04-28pcu: Allow setting 'egprs only' mode by testPau Espin Pedrol1-0/+8
2020-04-28pcu: Introduce test TC_mo_ping_pong_with_ul_racapPau Espin Pedrol1-2/+50
2020-04-28PCU: Timing Advance: introduce TC_ta_idle_dl_tbf_assVadim Yanitskiy1-0/+33
2020-04-28PCU: add test cases for EGPRS Packet Channel RequestVadim Yanitskiy1-0/+123
2020-04-14PCU: derive f_pcuif_rx_imm_ass() from f_establish_tbf()Vadim Yanitskiy1-22/+27
2020-03-30library/L3_Templates: remove tr_PAGING_REQ1_MI1_TMSI, use existing MI templatesVadim Yanitskiy1-4/+4
2020-03-28PCU: fix f_tc_paging_ps_from_sgsn(): also match received MIVadim Yanitskiy1-18/+25
2020-03-28library/GSM_RR_Types: do not duplicate Mobile Identity recordsVadim Yanitskiy1-1/+1
2020-03-26PCU: also test GSGN originated PS/CS Paging containing TMSIVadim Yanitskiy1-8/+45
2020-03-24pcu: cosmetic: fix formatting of 'execute' statementsVadim Yanitskiy1-4/+4
2020-03-20pcu: Verify CodingScheme of received data blocksPau Espin Pedrol1-6/+15
2020-03-18pcu: Introduce TC_mt_ping_pong_with_dl_racapPau Espin Pedrol1-2/+18
2020-03-18pcu: Introduce TC_mt_ping_pongPau Espin Pedrol1-0/+66
2020-01-11pcu: Check received IMSI suffix from PCUIF paging requestPau Espin Pedrol1-4/+16
2020-01-03PCU: fix: actually match IMSI in Packet Paging RequestVadim Yanitskiy1-10/+28
2020-01-03library/RLCMAC_CSN1_Types.ttcn: fix ps / cs selection in PageInfo unionVadim Yanitskiy1-8/+4
2019-12-30pcu: Move NS tests to PCU_Tests_RAW_NS.ttcnPau Espin Pedrol4-386/+458
2019-12-23pcu: Pass correct fn to ts_PCUIF_DATA_CNFPau Espin Pedrol1-1/+1
2019-12-23pcu: Introduce tests for CS and PS paging from SGSN/GbPau Espin Pedrol1-0/+111
2019-12-17pcu: add TC_paging_cs_from_btsOliver Smith1-0/+79
2019-12-17pcu: Introduce test TC_t3193Pau Espin Pedrol1-0/+68
2019-12-17pcu: Introduce test TC_imm_ass_dl_block_retransPau Espin Pedrol1-0/+55
2019-12-17pcu: Introduce helpers to update AckNackDescriptionPau Espin Pedrol1-8/+41
2019-12-17pcu: send UL CONTROL ACK triggered by DL ACK/NACKPau Espin Pedrol1-7/+15
2019-12-06pcu: Support sending message to PCU at specific FNPau Espin Pedrol2-13/+55
2019-12-06pcu: Fix incorrect FN being send over PCUIF to PCUPau Espin Pedrol1-3/+8
2019-12-06pcu: Verify contents of data dl blocks originated from emulated SGSNPau Espin Pedrol1-1/+22
2019-12-04pcu: TC_mo_ping_pong: Check DL block is sent and ACK itPau Espin Pedrol1-3/+29
2019-12-02pcu: Fix RLCMAC template namingPau Espin Pedrol2-2/+2
2019-12-02pcu: Handle PCUIF (DE)ACT.req messagesPau Espin Pedrol1-1/+12
2019-12-02pcu: Introduce tests to check UL CS initial and maxPau Espin Pedrol1-1/+151
2019-12-02pcu: Add VTY support and use it to set (M)CS lqual thresholdsPau Espin Pedrol4-2/+91
2019-11-23pcu: Introduce test TC_mo_ping_pongPau Espin Pedrol1-0/+89
2019-11-23library/PCUIF_Types.ttcn: extend RACH.ind with TRX / TS number fieldsVadim Yanitskiy2-6/+7
2019-11-17PCU_Tests_RAW.ttcn: fix the expectations of TC_cs_lqual_ul_tbfVadim Yanitskiy1-7/+20
2019-11-15Update README.md of several TTCN3 test suitesPau Espin Pedrol1-0/+18
2019-10-09PCU_Tests_RAW.ttcn: fix ToA handling in as_ta_ptcch()Vadim Yanitskiy2-11/+65
2019-10-09PCUIF_RAW_Components.ttcn: ClckGen_CT: fix PTCCH event handlingVadim Yanitskiy1-4/+5
2019-10-07pcu: TC_t3169: Check ul block reaches SGSN before timer expirationPau Espin Pedrol1-0/+10
2019-10-07pcu: Introduce test TC_t3169Pau Espin Pedrol1-0/+71
2019-10-07pcu: Introduce func helper f_imm_ass_verify_ul_tbf_ass()Pau Espin Pedrol1-16/+28
2019-10-07pcu: Allow tests to overwrite pcuif INFO_IND paramsPau Espin Pedrol1-48/+45
2019-10-07pcu: Introduce some function helpersPau Espin Pedrol1-18/+49
2019-10-04PCU_Tests_RAW.ttcn: add a test case for continuous Timing Advance controlVadim Yanitskiy2-0/+194
2019-10-01PCU_Tests_RAW.ttcn: introduce a test case for PTCCH/D codingVadim Yanitskiy1-0/+40