MTAS Node Management Guide
MTAS

Contents

1Introduction
1.1Prerequisites

2

Overview

3

MTAS Management
3.1Activate MTAS
3.2Deactivate MTAS

4

License Management
4.1Description

5

MMTel Telephony AS Management
5.1Activate MMTel Telephony AS
5.2Deactivate MMTel Telephony AS
5.3MMTel Services Management

6

SCC-AS Management
6.1Activate SCC-AS
6.2Deactivate SCC-AS
6.3Collocated SCC-AS and MMTel Telephony AS
6.4SCC Services Management

7

SC AS Management
7.1Activate SC AS
7.2Deactivate SC AS

8

ST AS Management
8.1Activate ST AS
8.2Deactivate ST AS
8.3ST AS Services Management

9

SIP Management
9.1Description
9.2Traffic Activation
9.3Traffic Deactivation

10

CS Interworking Management

11

Charging Management
11.1Description

12

Subscriber Data Management
12.1Description

13

XDMS Management
13.1Description
13.2Activate Provisioning by CAI3G Manager
13.3Deactivate Provisioning by CAI3G Manager
13.4Activate Provisioning by Ut Client
13.5Deactivate Provisioning by Ut Client

14

Number Normalization Management
14.1Description

15

Media Resource Function Management
15.1Description

16

Announcement Management

17

Performance Measurements Management
17.1Measurement XML Files Management

18

Log Management

19

Fault Management

20

Security Management

21

Recovery
21.1Software Restart of MTAS
21.2System Restore

22

Backup of MTAS

23

Maintenance Schedule of MTAS

1   Introduction

This document describes the node level management of the functions of the MTAS.

1.1   Prerequisites

It is assumed that the user of this document is familiar with the O&M area, in general.

1.1.1   Documents

Before any of the procedures in this document are carried out, the following documents must be read and understood:

1.1.2   Conditions

The following condition must apply:

An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.

2   Overview

The MTAS is an application server (AS) on the ISC interface in an IMS network. Its purpose is to provide real time, peer-to-peer communication services. One use case of that type of communication service is Multimedia Telephony (MMTel), where the MTAS provides the basic communication services, supplementary services, and supporting functions. In this case, the MTAS is deployed as an MMTel Telephony AS which enables activation of MMTel type of services, see Section 5 MMTel Telephony AS Management.

Another use case is Service Centralization and Continuity (SCC) where the MTAS is provisioned as an SCC-AS and provides with the SCC services to Voice over LTE (VoLTE) subscribers, see Section 6 SCC-AS Management.

A third use case is SIP Trunking where MTAS handles access between IMS Network of the operator and enterprise PBXs and provides the PBX with regulatory and supplementary services. In this case the MTAS is deployed as an ST AS, see Section 8 ST AS Management.

An SIP framework, used for implementing user agent functionality, is included in the MTAS, providing API for making and terminating calls, SDP media negotiations, authentication, regular transactions, and reliable provisional responses. UDP and TCP are used as transport protocols for the SIP messages. See Section 9 SIP Management for further information.

The XDMS function provides access to the subscriber data in the Home Subscriber Server (HSS), for user terminals and operators. The users have different access rights, and use different communication protocols, like XCAP requests over the Ut interface, and CAI3G requests over the SOAP interface, see Section 13 XDMS Management.

The MTAS also implements supporting functions such as charging (see Section 11 Charging Management), using Diameter over TCP, and media functions, using H.248 over SCTP, which can be used by the communication services.

These functions are implemented on the underlying platform, which provides telecom grade high availability and robustness. On network level redundancy is achieved by using a dynamic allocation concept for subscribers. Subscriber data is accessed on the Sh interface, using Diameter over TCP, to the HSS, see Section 12 Subscriber Data Management.

The MTAS node is a pure signalling node and does not handle multimedia. When sessions handled by the MTAS node need to interact with multimedia, the interaction is performed by a Media Resource Function Processor (MRFP) controlled by a Media Resource Function Controller (MRFC) function within MTAS, see Section 15 Media Resource Function Management. The integrated MRFC function in the MTAS gives efficiency gains, as compared to interacting with an MRFC through a Call Session Control Function (CSCF).

The MTAS can be used in mobile, fixed, or FMC type of networks. It is as such access agnostic. The architecture has been designed to allow for easy extension with further services.

The MTAS provides measurements supporting Forecast, Quality of Service (QoS), and Fault investigation (see Section 19 Fault Management9, in the form of statistics, and MTAS counters for congestion and QoS, and by counters on function level and protocol level, see Section 17 Performance Measurements Management.

3   MTAS Management

The activation, deactivation, and handling of incoming traffic are controlled by the mtasFunctionAdministrativeState attribute in the MtasFunction Managed Object (MO). For detailed information, refer to Managed Object Model (MOM).

3.1   Activate MTAS

To activate the MTAS:

  1. Navigate to the MtasFunction MO.
  2. Set the mtasFunctionAdministrativeState attribute to 1 (Unlocked).
  3. Click Submit.

    If MMTel services are going to be activated, refer to MTAS Service Management Guide.

    If ST AS services are going to be activated, refer to MTAS SIP Trunking Service Management Guide.

    Otherwise proceed with the next step.

  4. Perform a backup. For more information, refer to Create Backup.

    As a result, the MTAS is activated, and traffic is accepted.

3.2   Deactivate MTAS

It is possible to deactivate the MTAS using either of the following options:

3.2.1   Deactivate Gracefully

To deactivate the MTAS gracefully:

  1. Navigate to the MtasFunction MO.
  2. Set the mtasFunctionAdministrativeState attribute to 2 (Shuttingdown).
  3. Click Submit.

3.2.2   Deactivate Forcefully

A locked state means that the function is idle and no new requests are being accepted.

To force the MTAS into a locked state:

  1. Navigate to the MtasFunction MO.
  2. Set the mtasFunctionAdministrativeState attribute to 0 (Locked).
  3. Click Submit.
Note:  
This action is allowed when the initial state is either unlocked or Shuttingdown.

4   License Management

The use of services and functionality in an MTAS node are limited by licenses. Licenses affect the availability of an AS, a service and functionality, or the limitation in capacity for a service. A license is a permission to use a service or capacity level of a service. A license is identified by a name and a version.

The management of licenses for an MTAS node includes the following activities:

4.1   Description

For more information to handle relevant licenses, refer to MTAS Licenses.

5   MMTel Telephony AS Management

The activation, deactivation, and handling of incoming traffic are controlled by the mtasMmtAdministrativeState attribute in the MtasMmt MO. For more details, refer to Managed Object Model (MOM).

5.1   Activate MMTel Telephony AS

To activate the MMTel Telephony AS:

  1. Navigate to the MtasMmt MO.
  2. Set the mtasMmtAdministrativeState attribute to 1 (Unlocked).
  3. Click Submit.

5.2   Deactivate MMTel Telephony AS

To deactivate the MMTel Telephony AS, use one of the following options:

5.2.1   Deactivate Traffic Gracefully

To deactivate the MMTel Telephony AS gracefully:

  1. Navigate to the MtasMmt MO.
  2. Set the mtasMmtAdministrativeState attribute to 2 (Shuttingdown).
  3. Click Submit.

5.2.2   Deactivate Traffic Forcefully

To force the MMTel Telephony AS into a locked state:

  1. Navigate to the MtasMmt MO.
  2. Set the mtasMmtAdministrativeState attribute to 0 (Locked).
  3. Click Submit.
Note:  
This action is allowed when the initial state is either unlocked or Shuttingdown.

5.3   MMTel Services Management

Each service in an MMTel Telephony AS is described by a service MO that holds attributes to define the behavior of that particular service. The administrative state of the MO controls whether the service is available to the network. References to charging profiles define the charging behavior for the service.

The management of services for an MMTel Telephony AS includes the following activities:

For more information to handle services, refer to MTAS Service Management Guide.

For details regarding the MtasMmt MO, refer to Managed Object Model (MOM).

6   SCC-AS Management

The activation, deactivation, and handling of incoming traffic are controlled by the mtasSccAdministrativeState attribute in the MtasScc MO. For details, refer to Managed Object Model (MOM).

6.1   Activate SCC-AS

To activate the SCC-AS:

  1. Navigate to the MtasScc MO.
  2. Set the mtasSccAdministrativeState attribute to 1 (Unlocked).
  3. Click Submit.

6.2   Deactivate SCC-AS

To deactivate the SCC-AS, use one of the following options:

6.2.1   Deactivate Traffic Gracefully

To deactivate the SCC-AS gracefully:

  1. Navigate to the MtasScc MO.
  2. Set the mtasSccAdministrativeState attribute to 2 (Shuttingdown).
  3. Click Submit.

6.2.2   Deactivate Traffic Forcefully

To force the SCC-AS into a locked state:

  1. Navigate to the MtasScc MO.
  2. Set the mtasSccAdministrativeState attribute to 0 (Locked).
  3. Click Submit.
Note:  
This action is allowed when the initial state is either unlocked or Shuttingdown.

6.3   Collocated SCC-AS and MMTel Telephony AS

The SCC-AS and MMTel Telephony AS can be collocated in an MTAS node by activating both functions. SCC and MMTel sessions can then be activated simultaneously in the node. Apart from the services the other support functions in the MTAS node are available to both SCC-AS and MMTel Telephony AS.

6.4   SCC Services Management

Each service in an SCC-AS is described by a service MO that holds attributes to define the behavior of that particular service. The administrative state of the MO controls whether the service is available to the network. References to charging profiles define the charging behavior for the service.

To handle the SCC services, refer to MTAS IMS Centralized Services Management Guide and MTAS SRVCC Management Guide.

For details regarding the MtasScc MO, refer to Managed Object Model (MOM).

For information about how to manage charging profiles, refer to MTAS Charging Management Guide.

7   SC AS Management

The activation, deactivation, and handling of the SC AS are controlled by the mtasConfAdministrativeState attribute in the MtasConf MO. For detailed information, refer to Managed Object Model (MOM).

For more information about the conference services, refer to MTAS Ad-hoc Conference Management Guide and MTAS Scheduled Conference Management Guide.

7.1   Activate SC AS

To activate the SC AS:

  1. Navigate to the MtasConf MO.
  2. Set the mtasConfAdministrativeState attribute to 1 (Unlocked).
  3. Click Submit.
  4. Navigate to the MtasXdms MO.
  5. Set the mtasCcmpAdministrativeState attribute to 1 (Unlocked).
  6. Click Submit.

7.2   Deactivate SC AS

To deactivate the SC AS, use one of the following options:

7.2.1   Deactivate AS Gracefully

To deactivate the SC AS gracefully:

  1. Navigate to the MtasConf MO.
  2. Set the mtasConfAdministrativeState attribute to 2 (Shuttingdown).
  3. Click Submit.

7.2.2   Deactivate SC AS Forcefully

To force the SC AS into a locked state:

  1. Navigate to the MtasConf MO.
  2. Set the mtasConfAdministrativeState attribute to 0 (Locked).
  3. Click Submit.
Note:  
This action is allowed when the initial state is either Unlocked or Shuttingdown.

8   ST AS Management

The activation, deactivation, and handling of incoming traffic are controlled by the mtasStAdministrativeState attribute in the MtasSt MO. For more details, refer to Managed Object Model (MOM).

8.1   Activate ST AS

To activate the ST AS:

  1. Navigate to MtasMmt MO in the CM browser.
  2. Set the mtasStAdministrativeState attribute to 1 (Unlocked).
  3. Click Submit.

8.2   Deactivate ST AS

To deactivate the ST AS, use one of the following options:

8.2.1   Deactivate Traffic Gracefully

To deactivate the ST AS gracefully:

  1. Navigate to MtasSt MO in the CM browser.
  2. Set the mtasStAdministrativeState attribute to 2 (Shuttingdown).
  3. Click Submit.

8.2.2   Deactivate Traffic Forcefully

To force the ST AS into a locked state:

  1. Navigate to MtasSt MO in the CM browser.
  2. Set the mtasStAdministrativeState attribute to 0 (Locked).
  3. Click Submit.
Note:  
This action is allowed when the initial state is either unlocked or shuttingdown.

8.3   ST AS Services Management

Each service in an ST AS is described by a service MO that holds the attributes to define the behavior of that particular service. The administrative state of the MO controls whether the service is available to the network.

The management of services for an ST AS includes the following activities:

For more information to handle services, refer to MTAS SIP Trunking Service Management Guide.

For details regarding the ST AS MO, refer to Managed Object Model (MOM).

9   SIP Management

The management of SIP for an MTAS node includes the following activities:

9.1   Description

For information to handle SIP, refer to MTAS SIP Management Guide.

For detailed information about the MtasSip MO, refer to Managed Object Model (MOM).

9.2   Traffic Activation

MMTel traffic is activated through the MMTel Telephony AS, see Section 5.1 Activate MMTel Telephony AS.

SCC traffic is activated through the SCC-AS, see Section 6.1 Activate SCC-AS.

SIP Trunking traffic is activated through the ST AS, see Section 8.1 Activate ST AS.

9.3   Traffic Deactivation

MMTel traffic is deactivated through the MMTel Telephony AS, see Section 5.2 Deactivate MMTel Telephony AS.

SCC traffic is deactivated through the SCC-AS, see Section 6.2 Deactivate SCC-AS.

SIP trunking traffic is deactivated through the ST AS, see Section 8.2 Deactivate ST AS.

10   CS Interworking Management

IMS services can be delivered to Circuit Switched (CS) users through the CAPv2 support where the MTAS (SCC-AS) acts as Service Control Function (SCF). The SCC-AS helps in the service domain selection from Mobile Switching Center (MSC)/Gateway MSC (GMSC) Service Switching Function (SSF) to offer IMS service to users attached to the CS domain.

IMS services can interwork with Intelligent Network (IN) services through the CAPv2 support where the MTAS (MMTel Telephony AS) acts as SSF. The MMTel Telephony AS handles service interactions between IN services and MMTel services for the IMS users.

CS interworking is configured through the GSM Compatible SSF function, for more information, refer to MTAS CAPv2 Management Guide.

The MTAS (SCC-AS) acts as SCF, when CS interworking is activated through the mtasCsiAdministrativeState attribute in the MtasCsi MO.

When the MTAS (MMTel Telephony AS) acts as SSF, the activation, deactivation, and handling of CS interworking for IN services is controlled by the following attributes:

For more information about the attributes to activate, deactivate and handle CS interworking, refer to Managed Object Model (MOM).

11   Charging Management

The charging behavior in an MTAS node is defined by charging MOs as well as charging profiles connected to a service.

The management of charging for an MTAS node includes the following activities:

11.1   Description

For more information to handle charging, refer to MTAS Charging Management Guide.

12   Subscriber Data Management

The subscriber data behavior in an MTAS node is defined by a subscriber data MO.

The management of subscriber data for an MTAS node includes the following activities:

12.1   Description

For more information to handle subscriber data, refer to MTAS Subscriber Data Management Guide.

13   XDMS Management

The XDMS behavior in an MTAS node is defined by an XDMS MO.

The management of XDMS for an MTAS node includes the following activities:

13.1   Description

For information to handle XDMS, refer to MTAS Subscriber Data Management Guide.

13.2   Activate Provisioning by CAI3G Manager

To activate provisioning by the CAI3G Manager:

  1. Navigate to the MtasXdms MO.
  2. Set the mtasXdmsCai3gAdministrativeState attribute to 1 (Unlocked).
  3. Click Submit.

13.3   Deactivate Provisioning by CAI3G Manager

To deactivate the provisioning by CAI3G Manager, use one of the following options:

13.3.1   Deactivate Provisioning by CAI3G Manager Gracefully

To deactivate the CAI3G provisioning function within the MTAS gracefully:

  1. Navigate to the MtasXdms MO.
  2. Set the mtasXdmsCai3gAdministrativeState attribute to 2 (Shuttingdown).
  3. Click Submit.

13.3.2   Deactivate Provisioning by CAI3G Manager Forcefully

A locked state means that the function is idle and no new requests are being accepted.

To force the MTAS provisioning over CAI3G function into a locked state:

  1. Navigate to the MtasXdms MO.
  2. Set the mtasXdmsCai3gAdministrativeState attribute to 0 (Locked).
  3. Click Submit.

13.4   Activate Provisioning by Ut Client

To activate provisioning by the Ut Client:

  1. Navigate to the MtasXdms MO.
  2. Set the mtasXdmsUtAdministrativeState attribute to 1 (Unlocked).
  3. Click Submit.

13.5   Deactivate Provisioning by Ut Client

To deactivate the provisioning by the Ut Client, use one of the following options:

13.5.1   Deactivate Provisioning by Ut Client Gracefully

To deactivate gracefully the Ut provisioning function within the MTAS:

  1. Navigate to the MtasXdms MO.
  2. Set the mtasXdmsUtAdministrativeState attribute to 2 (Shuttingdown).
  3. Click Submit.

13.5.2   Deactivate Provisioning by Ut Client Forcefully

To deactivate the Ut provisioning function gracefully within the MTAS:

  1. Navigate to the MtasXdms MO.
  2. Set the mtasXdmsUtAdministrativeState attribute to 0 (Locked).
  3. Click Submit.

14   Number Normalization Management

The Number Normalization behavior in an MTAS (XDMS) node is defined by Number Normalization MOs.

The management of Number Normalization for an MTAS node includes the following activities:

14.1   Description

For information how to handle Number Normalization, refer to MTAS Number Normalization Management Guide.

For more information about Number Normalization Common Components parameters, refer to Managed Object Model (MOM).

15   Media Resource Function Management

The implementation of the Media Resource Function (MRF) in the MTAS makes it possible to provide some of the services defined in the MTAS node.

The management of the MRFP and the MRFC for an MTAS node includes the following activities:

15.1   Description

For information on handle the media resource function, refer to MTAS Media Control Management Guide.

16   Announcement Management

Announcement is played for audio or video, or both, in different services provided by the MTAS. When configuring announcement, the announcement codes must be set by the operator. For more information about announcement management, refer to MTAS Announcement Management Guide.

17   Performance Measurements Management

The Performance Management (PM) system is structured into a number of Measurement Jobs containing a group of measurements. Measurement Jobs can be active or inactive, making all measurements in a Measurement Job either active or not active. For details, including a complete description of all Measurement Jobs and measurements provided by the MTAS node, refer to Managed Object Model (MOM).

The available measurement groups and types are deployed with MTAS installation and can be viewed through the OAM interface. The management and handling of measurement jobs are described in Performance Management.

Limitation: currently threshold-based alarms are not available.

17.1   Measurement XML Files Management

Measurements are stored in XML files. For XML files handling, refer to Performance Management

18   Log Management

For information to handle logs, refer to Data Collection Guideline for MTAS.

19   Fault Management

For MTAS alarms, refer to MTAS Alarm List.

Each MTAS alarm relates to a specific alarm OPI document.

For general instructions regarding fault handling, refer to the following documents:

20   Security Management

An MTAS node supports definition of users and user groups, and assignment of privileges to a group. Also, the MTAS node supports external communication protection and protection of signaling traffic. For more information, refer to Security Management for ECLI, NETCONF, and SFTP Users.

21   Recovery

If any of the procedures described in this document fail to complete as expected, then the following procedures are to be employed in sequence until normal behavior is restored.

Note:  
A software restart will interfere with a software upgrade and is only to be performed after all recovery mechanisms, described in the software upgrade procedure, have been tried (and failed).

21.1   Software Restart of MTAS

If an exception has caused the MTAS to cease responding, do a software restart as follows:

  1. Navigate to the MtasFunction MO.
  2. Set the mtasFunctionRestart attribute to 1 (Restart Active).
  3. Click Submit.
  4. To verify that the restart has completed, read the value of the mtasFunctionRestart attribute. If the value has been reset to 0, the restart is completed

21.2   System Restore

For information to restore the system from backup, refer to System Backup and Restore.

22   Backup of MTAS

A backup of an MTAS node contains all data to restore a node to the state when the backup was performed. The backup can be used in the event of an irrecoverable execution error, or after the execution of a manual cluster reload in the system.

Note:  
A backup must never be performed while a Software Restart of the MTAS is in progress.

For description of the configuration data stored in a backup, refer to Managed Object Model (MOM).

For backup instructions, refer to System Backup and Restore.

For specific instructions related to back up, refer to the following document:

23   Maintenance Schedule of MTAS

Refer to Table 1 for a description of the minimum recommended maintenance procedures to be performed on the MTAS node on weekly and monthly basis.

Table 1    Maintenance Procedures

Interval

Action

Every week

Check and clean the file system, and back up the system. For more information, refer to System Backup and Restore.

Every month

Perform a product inventory. For more information, refer to Software Inventory Management.



Copyright

© Ericsson AB 2016. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    MTAS Node Management Guide         MTAS