Commit
087e0c76a9a96069c3d41fefaf3d2f829b404ae4
by laforge msc: use :memory: for SMS (volatile in-memory database) This eliminates sms.db* files and reduces chances of failures due to unclean state database when running TCs more than once. Change-Id: I0361284e41f84f43d96b9ce10da88fc9a089cdd4 The file was modified .gitignore The file was modified msc/osmo-msc.cfg
Commit
cef2ce9cbd811736e12e13a2ec758be4f729e0cd
by laforge hlr: expected-results.xml: expect TC_MSLookup_* to pass These TCs are passing on Jenkins for quite some time. Change-Id: I254f3a8a97d0602d46c3975315e21f87850bfa05 The file was modified hlr/expected-results.xml
Commit
3fc40a98aeaa4dfe803e52f36c05d8a0f75f13de
by laforge {epdg,msc,pgw}/expected-results.xml: sync with Jenkins Change-Id: Id00d9f95f81c1fdd181e56ed838f4b450accca58 The file was modified msc/expected-results.xml The file was modified epdg/expected-results.xml The file was modified pgw/expected-results.xml
Commit
e26a9d2039e2dd41fc6edf9190a0b35d1549e409
by Vadim Yanitskiy bts: use proper ActType in f_TC_data_rtp_loopback() For the sake of correctness, use c_RSL_IE_ActType_ASS (assignment) when activating TCH/[FH] channels in TC_data_rtp_*. This is the kind of ActType that would normally be used by the BSC. Change-Id: Ide773c3fcfdab881756d5fe5b6c314b0c0335043 The file was modified bts/BTS_Tests.ttcn
Commit
c511c750b2977f843d0ff0862816bff6907feba0
by Vadim Yanitskiy bts: TC_data_rtp_tchh*: fix timeslot number in comments Change-Id: I771e616d52315a26679acb1be17cd4f36eaa52b2 The file was modified bts/BTS_Tests.ttcn
Commit
17e0e3a61e384af019e5d2c81b03416609c23161
by Vadim Yanitskiy bts: add TC_data_facch_*: test FACCH/[FH] on data channels So far we have been testing the actual traffic on TCH/[FH] in data mode (CSD), but not FACCH/[FH]. Add separate testcases for that. Half-rate variants of the new testcases crash osmo-bts-trx, so comment them out in the control section until the problem is fixed. Change-Id: I2098ccd651fc2a81f62e70be64af386ab0ca6148 Related: OS#6618 The file was modified bts/BTS_Tests.ttcn The file was modified bts/expected-results.xml