Skip to content
Success

Changes

Summary

  1. msc: use :memory: for SMS (volatile in-memory database) (details)
  2. hlr: expected-results.xml: expect TC_MSLookup_* to pass (details)
  3. {epdg,msc,pgw}/expected-results.xml: sync with Jenkins (details)
  4. bts: use proper ActType in f_TC_data_rtp_loopback() (details)
  5. bts: TC_data_rtp_tchh*: fix timeslot number in comments (details)
  6. bts: add TC_data_facch_*: test FACCH/[FH] on data channels (details)
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 modifiedmsc/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 modifiedhlr/expected-results.xml
Commit 3fc40a98aeaa4dfe803e52f36c05d8a0f75f13de by laforge
{epdg,msc,pgw}/expected-results.xml: sync with Jenkins

Change-Id: Id00d9f95f81c1fdd181e56ed838f4b450accca58
The file was modifiedmsc/expected-results.xml
The file was modifiedepdg/expected-results.xml
The file was modifiedpgw/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 modifiedbts/BTS_Tests.ttcn
Commit c511c750b2977f843d0ff0862816bff6907feba0 by Vadim Yanitskiy
bts: TC_data_rtp_tchh*: fix timeslot number in comments

Change-Id: I771e616d52315a26679acb1be17cd4f36eaa52b2
The file was modifiedbts/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 modifiedbts/BTS_Tests.ttcn
The file was modifiedbts/expected-results.xml