This commit is contained in:
adekurniawan 2024-02-23 07:27:24 +07:00
parent fe02ee808f
commit 7238fc1717
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Get a list of parameters for each MO
```sql ```sql
select * select *
from mv_dump_parameters from mv_dump_parameters_itbbu
where server = 'ume9' where server = 'ume9'
and moc in ('CUEUtranCellFDDLTE', 'CUEUtranCellTDDLTE', 'EUtranCellFDD', 'EUtranCellTDD'); and moc in ('CUEUtranCellFDDLTE', 'CUEUtranCellTDDLTE', 'EUtranCellFDD', 'EUtranCellTDD');
``` ```