Tag-Archive for » HSS «

In the IMS there are six categories

ims-entities
  1. CSCF ===> Session management and routing Server
  2. HSS   ===> Databases
  3. IW     ===> Interworking Element
  4. SE     ===> Support Entities
  5. CE     ===> Charging Entities
  6. AS     ===> Application Server

1.Proxy –call session control function

image

the proxy call session control function is the first contact point for users within IMS, all SIP signaling traffic from or to UE go via the P-CSCF, it validates the request. forward to selected destinations and process and forward the response 

an operator network can be contain one or many P-CSCFs, furthermore P-CSCF provide IPsec or ESP (Encapsulation Security Payload) for SIP signaling and interacts with PDF (Policy Decision Function) for media policing purpose, finally it contributed to the charging process by sending accounting-related info to the CCF ( Charging Collection Functions)

2.Serving –Call Session Control Function

the S-CSCF have a functions ;

  • Handling of registration request and users de-registration when needed
  • Mutual authentication between user and Network
  • Download of user information and service related data from HSS
  • Routing of mobile termination traffic to the P-CSCF and mobile originated traffic to the I-CSCF, Breakout Gateway Control Function (BGCF) or the Application Server (AS)
  • Media Policing, a process that check the content of the user payload to find out whether it contains media type or codecs which are not allowed for a user
  • Accounting-related information to the CCF for offline charging purpose and to the online charging system  (OCS) for online charging purpose

the serving-cscf is the brain of IMS an operator can include multiple S-CSCF with different functionalities

3.Interrogation –Call Session Control Function

the functions of I-CSCF is :

  • contact the HSS to obtain the name of the S-CSCF that serving the user, and S-CSCF assignment
  • forwarding of SIP requests or response to the S-CSCF
  • provisioning of accounting-related information to the CCF
  • provisioning of a hiding functionality an optional integrated topology hiding internetwork Gateway (THIG) can be used to hide the configuration, capacity and topology of the network from outside an operator’s network

for scalability and redundancy reason an operator network may contain multiple I-CSCF

4.Home Subscriber Server

image image

the Home Subscriber Server (HSS) in the main data storage for all IMS subscriber and service –related data. the data stored in the HSS include user identities, registration information, access parameters and service triggering information

image

user identities consist of two types: private and public user identities .. the private user identities is a user ID that assigned  by the home network operator and is used for purposes like registration and authorization. it can be compared to the international mobile subscriber identity (IMSI) in GSM network 

the public user identity is the ID that other users can use for requesting communication with the end user. it server a similar purpose as the TMSI, Temporary Mobile Subscriber Identity,in GSM

image

A special mechanism called the Subscription Locator Function (SLF) is implemented within I-CSCF, S-CSCF and Application Server , when separately addressable HSSs have been installed within the network, it is used a resolution mechanism to find the proper address of the HSS that holds the subscriber data for a given user identity  

image

IMS access parameters are used to set up sessions and include parameters like authentication, roaming authorization and allocated S-CSCF names, Serving-treggering information enables SIP service execution the also provides user specification requirement for S-CSCF capabilities ,this information is used by the I-CSCF to select the most suitable S-CSCF for user

image image

there can be more than one HSS in home network depending on the number of mobile subscribers, the equipment capacity and the organization of the network. communication between different HSS function is not standardized

5.Policy Decision Function (PDF)

The Decision Function (PDF) makes policy decisions base on session and media-related information obtain from the P-CSCF in Release 5 it is an integral part of the P-CSCF, it acts as a policy decisions point for service based local policy control

image

Service based local policy (SBLP) provides parameters for :

  • session identification ex: IP address, port numbers,bandwidths,etc
  • session authorization to PDF and GGSN depending on the requested bearer ex: Packet data Protocol or PDP context
  • session maintenance (PDP context modification or re-establishment)
  • session charging by passing an IMS-charging identifier to the GGSN and a GPRS-charging identifier to the P-CSCF

image    to be continue …..(^^),\/

Category: IMS  Tags: , , , , , ,  One Comment

We continue this discuses… about IMS, and now we talk about the architecture of IMS network

In IMS network there is overlay session/service control architecture on top of the package switch domain (GPRS,UMTS,WLAN..etc) based on IP technologies and IETF protocols (like SIP) in IMS there include some element like :

IMS CORE

  • S-CSCF is the main point of the home network
  • I-CSCF providing topology hiding / interrogation
  • P-CSCF Entry point for IMS world
  • MS (media server) media hosting special resources
  • MGF (Media Gateway) for interworking with legacy network
  • PDF (Policy Decision Function) for QoS control using policies
  •  

IMS Application

 

  • HSS (Home Subscriber system) for maintaining subscriber and the AS profile
  • AS (Application Server Function) for hosting application
  • IMS enabler as a specific with generic function
  • IMS endpoint for client the IMS system

local-sip

IDENTIFICATION in the IMS

Identification is one of the most important abilities of a network, the user must be identified in any kind of network, in IMS have own way to identified the users and provide mechanisms to identified the service ,such as when the call be directed to the appropriated user, and the service need to be identified when they are provided, typically user a special number

Private User Identities each IMS subscriber has one a private user identities with the format NAI (Network Access Identifier) /RFC 2486 "user@operator.com" and it use for subscription identification and authentication

Public User Identification each IMS user can be allocated one or more public user identity,and it be a SIP URI or a TEL URI

SIP URI ex: "sip:first.last@operator.com"

TEL URI ex:"sip:+62-212-55-7695@operator.com; user=phone"

multi-public-id

  1. PSTNGateway it use for gateway interface with PSTN circuit switch (CS) network, it make IMS client to call the PSTN user or receive a call from PSTN user… there are is ;
  2. MGCF (Media Gateway Control Function) is the main rule of PSTN/CS gateway, it does call control protocol conversation and maps SIP to ISUP, it also control the resources in an MGW with H.248 interface
  3. SGW (Signaling Gateway) provide an interface toward the signaling plane of the CS network, it transform lower layer protocol as SCTP (which is IP protocol) into MTP (which is a SS7 protocol), to Pass the ISUP from MGCF network
  4. MGW use for interface whit media plane of the PSTN/CS network, the MGW can send or receive IMS media and can transcode when the codec cannot match
Category: IMS  Tags: , , , , , , ,  One Comment