diff options
author | Björn Gustavsson <[email protected]> | 2013-03-14 16:00:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-05-31 14:52:20 +0200 |
commit | c7bfb442de270d8d1e37cb5e521f678f0176d241 (patch) | |
tree | 366792f658978672e34ea3404d700e484073a649 /lib/asn1/test/asn1_SUITE_data/EUTRA-UE-Variables.asn | |
parent | 1cc6c23112042b7d7d301315225b147c2976cfbc (diff) | |
download | otp-c7bfb442de270d8d1e37cb5e521f678f0176d241.tar.gz otp-c7bfb442de270d8d1e37cb5e521f678f0176d241.tar.bz2 otp-c7bfb442de270d8d1e37cb5e521f678f0176d241.zip |
Remove files that are not used by any test case
The list of files to remove was obtained by running "ls -lut"
after running the test cases and comparing the atime for each
file with the start of the test run.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/EUTRA-UE-Variables.asn')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/EUTRA-UE-Variables.asn | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/EUTRA-UE-Variables.asn b/lib/asn1/test/asn1_SUITE_data/EUTRA-UE-Variables.asn deleted file mode 100644 index 414140a6fb..0000000000 --- a/lib/asn1/test/asn1_SUITE_data/EUTRA-UE-Variables.asn +++ /dev/null @@ -1,49 +0,0 @@ --- 3GPP TS 36.331 V8.8.0 (2009-12) --- $Id$ --- -EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::= - -BEGIN - - -VarMeasConfig ::= SEQUENCE { - -- Measurement identities - measIdList MeasIdToAddModList OPTIONAL, - -- Measurement objects - measObjectList MeasObjectToAddModList OPTIONAL, - -- Reporting configurations - reportConfigList ReportConfigToAddModList OPTIONAL, - -- Other parameters - quantityConfig QuantityConfig OPTIONAL, - s-Measure RSRP-Range OPTIONAL, - speedStatePars CHOICE { - release NULL, - setup SEQUENCE { - mobilityStateParameters MobilityStateParameters, - timeToTrigger-SF SpeedStateScaleFactors - } - } OPTIONAL -} - - -VarMeasReportList ::= SEQUENCE (SIZE (1..maxMeasId)) OF VarMeasReport - -VarMeasReport ::= SEQUENCE { - -- List of measurement that have been triggered - measId MeasId, - cellsTriggeredList CellsTriggeredList OPTIONAL, - numberOfReportsSent INTEGER -} - -CellsTriggeredList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF PhysCellId - - -VarShortMAC-Input ::= SEQUENCE { - cellIdentity CellIdentity, - physCellId PhysCellId, - c-RNTI C-RNTI -} - - - -END
\ No newline at end of file |