Files
osmo-smlc/tests/testsuite.at
Neels Hofmeyr 7299215d74 initial working osmo-smlc implementation
The lower level Lb/SCCP interface conn handling is essentially a copy of
OsmoMSC's A/SCCP infrastructure (OsmoMSC also connects to multiple BSCs).

The smlc_subscr is mostly a copy of OsmoBSC's bsc_subscr.

smlc_loc_req FSM is the SMLC side of OsmoBSC's new lcs_loc_req FSM.

cell_locations configures geographic coordinates of individual cells.

Change-Id: I917ba8fc51a1f1150be77ae01e12a7b16a853052
2020-10-13 02:39:28 +00:00

10 lines
306 B
Plaintext

AT_INIT
AT_BANNER([Regression tests.])
AT_SETUP([smlc_subscr])
AT_KEYWORDS([smlc_subscr])
cat $abs_srcdir/smlc_subscr/smlc_subscr_test.ok > expout
cat $abs_srcdir/smlc_subscr/smlc_subscr_test.err > experr
AT_CHECK([$abs_top_builddir/tests/smlc_subscr/smlc_subscr_test], [], [expout], [experr])
AT_CLEANUP