org.mobicents.protocols.ss7.map.api.service.supplementary
Interface USSDService

All Superinterfaces:
MAPMessage
All Known Subinterfaces:
ProcessUnstructuredSSIndication, ProcessUnstructuredSSRequest, ProcessUnstructuredSSResponse, UnstructuredSSIndication, UnstructuredSSRequest, UnstructuredSSResponse

public interface USSDService
extends MAPMessage

Author:
amit bhayani

Method Summary
 byte getUSSDDataCodingScheme()
          This parameter contains the information of the alphabet and the language used for the unstructured information in an Unstructured Supplementary Service Data operation.
 USSDString getUSSDString()
           This parameter contains a string of unstructured information in an Unstructured Supplementary Service Data operation.
 void setUSSDDataCodingScheme(byte ussdDataCodingSch)
           
 void setUSSDString(USSDString ussdString)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.map.api.MAPMessage
getInvokeId, getMAPDialog, setInvokeId, setMAPDialog
 

Method Detail

getUSSDDataCodingScheme

byte getUSSDDataCodingScheme()
This parameter contains the information of the alphabet and the language used for the unstructured information in an Unstructured Supplementary Service Data operation. The coding of this parameter is according to the Cell Broadcast Data Coding Scheme as specified in GSM 03.38.

Returns:

setUSSDDataCodingScheme

void setUSSDDataCodingScheme(byte ussdDataCodingSch)
Parameters:
ussdDataCodingSch -

getUSSDString

USSDString getUSSDString()

This parameter contains a string of unstructured information in an Unstructured Supplementary Service Data operation. The string is sent either by the mobile user or the network. The contents of a string sent by the MS are interpreted by the network as specified in GSM 02.90.


USSD String is OCTET STRING (SIZE (1..160))


The structure of the contents of the USSD-String is dependent -- on the USSD-DataCodingScheme as described in TS GSM 03.38.

Returns:

setUSSDString

void setUSSDString(USSDString ussdString)
Parameters:
ussdString -


Copyright © 2010. All Rights Reserved.