Services aredistinguished into categories defined in [7]; also the categorisation of cellsaccording to services they can offer is provided in [7].

-     Normal Service. A UE camped on a suitable cell can obtain normal service from the selected PLMN. Normal servicealways requires registration to the PLMN [20].

-     正常模式,终端驻留在一个小区,并获取正常服务,也就是最常见的注冊成功,进入待机模式。

-     Limited Service. In case the UE could not find any suitable cell of the selected PLMN, it camps on an acceptable cell, where it could only obtain limited services (e.g. emergency calls) from the network. If registered to a PLMN, the
UE shall continuously attempt to find a suitable cell of the selected PLMN, trying all frequency bands and RATs it iscapable of. While being in limited service state and camped on an acceptable cell, the UE follows normal cell re-selection procedures (e.g.
countiniuously performs the “cell reselection evaluation process” as defined in [7]).

-     受限服务,假设终端在选择的PLMN中不能找到能够合适的小区(suitable cell),他能够驻留在一个可接受的小区(acceptable cell),可是仅能获取受限服务(比方紧急呼叫)。尽管寄居在acceptable cell,可是终端仍在该PLMN中不间断的寻找一个suitable cell,千辛万苦的,尝试他支持的全部频段、全部RAT。在受限服务状态,终端依照小区重选步骤进行

-     Operator Service. In case the UE contains a SIM/USIM with an Access Class (AC) 11 and/or 15 and it is in its Home PLMN, the UE is allowed to select or re-select cells which are indicated as“reserved for operator use” in the system
information. Such UEs shall treat those cells as normal cells during the cell selection and re-selection process,hence not exclude the cells from cell selection or re-selection. Operator Service is only applicable to UEs with AC 11 and/or 15 while in the Home
PLMN. Other UEs shall treat such cells as barred.

-     运营商特殊服务。假设终端USIM的ACC等级在11和15之间,且在Home PLMN,将能选择或重选至运营商专有的小区。普通用户(ACC 0-9)不能享受此待遇,不能接入这些小区。

[7].  3GPP TS 25.304:"UE procedures in Idle Mode and Procedures for Cell Reselection inConnected Mode".

待机状态下,服务类型 WCDMA Service type in Idle mode的更多相关文章

  1. 浅析Kubernrtes服务类型(Service Types)

    先上图 在Kubernetes集群中,service通过标签选择器选着对应的pod,然后对请求进行转发,看个动画,能直接了当体会到便签选择器 pod,endpoints,service三者关系 1.举 ...

  2. Windows 下 exe 服务注册到 service 服务中

    window 下注册 exe 程序.添加到 服务中. window 注册服务方式 一. regsvr 方式 直接在 程序目录执行: Regsvr 32 命令是Windows中控件文件 ( 如扩展名为D ...

  3. 无状态服务(stateless service)

    一.定义 无状态服务(stateless service)对单次请求的处理,不依赖其他请求,也就是说,处理一次请求所需的全部信息,要么都包含在这个请求里,要么可以从外部获取到(比如说数据库),服务器本 ...

  4. 这个知识点不错,,学习一下先。。。无状态服务(stateless service)(转)

    这样的应用,显得高级一些哟~~:) +================== http://kyfxbl.iteye.com/blog/1831869 ========================= ...

  5. 在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作

    在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service  操作,而是通过 systemctl 操作. 操作说明如下: 1. 查看 sshd 服务是否启动: 看到上述信息就 ...

  6. Windows服务调试状态下用Console启动

    最近一直在用服务,发现服务也没有那么难调试. Windows服务调试状态下用Console启动:步骤分两步 第一步改Program,启动代码 static class Program { /// &l ...

  7. 服务定位器(Service Locator)

    服务定位器(Service Locator) 跟DI容器类似,引入Service Locator目的也在于解耦.有许多成熟的设计模式也可用于解耦,但在Web应用上, Service Locator绝对 ...

  8. 【原创】Windows服务管家婆之Service Control Manager

    Service Control Manager,服务控制管理器,人称SCM就是它!在Windows内核中,都可以看到她忙碌的身影,可以说是系统服务和驱动的管家婆了!     SCM管家婆起早贪黑,每次 ...

  9. Kubernetes服务发现之Service详解

    一.引子 Kubernetes Pod 是有生命周期的,它们可以被创建,也可以被销毁,然后一旦被销毁生命就永远结束.通过ReplicationController 能够动态地创建和销毁Pod(列如,需 ...

随机推荐

  1. Ant学习实例

    ant   目录(?)[+] Ant学习实例 安装Ant 基础元素 project元素 target元素 property元素 完整示例   Ant学习实例 1.安装Ant 先从http://ant. ...

  2. Android Support Library更新到v22.1之AppCompat新特性

    构建一个可以跑在不同版本 Android 平台的软件,是非常复杂和耗时的.为了解决这个问题,Android 推出了 Android Support Library (安卓兼容包),让新的UI控件也可以 ...

  3. 网页制作之html基础学习3-css样式表

    样式:CSS(Cascading Style Sheets,层叠样式表),作用是美化HTML网页. 在样式里面用 /*  */ 进行注释. 1.样式表的基本概念 1.1.样式表分类 1.内联样式表 和 ...

  4. 探究绑定事件的this指向以及event传参的小问题

    this指向 直接上代码,凑合着看 <input type="button" onclick="page()" value="点我"& ...

  5. Java 多线程-生产者、消费者

    一.整体代码 ThreadDemo.java public class ThreadDemo { public static void main(String[] args) { Godown god ...

  6. RTSP调试代码

    #ifdef _WIN32_WCE #include "stdafx.h" #endif #ifndef _WIN32_WCE #define WIN32_LEAN_AND_MEA ...

  7. GridView点击空白地方事件扩展

    我们通常在ListView或者GridView响应点击Item事件,但很多时候我们同样也 希望监听到点击空白区域的事件来做更多的处理.本文以GridView为例给出一个实现 的方法,扩展GridVie ...

  8. BZOJ 1112: [POI2008]砖块Klo1112( BST )

    枚举每个长度为k的区间, 然后用平衡树找中位数进行判断, 时间复杂度O(nlogn). 早上起来精神状态不太好...连平衡树都不太会写了...果断去看了会儿番然后就A了哈哈哈 ------------ ...

  9. wkhtmltopdf 生成pdf

    public class PdfHelper { static string RootPath { get { string AppPath = ""; HttpContext H ...

  10. json 模块

    JSON: JSON-JSON (JavaScript 对象标记) 编码/解码 简介: use JSON; # imports encode_json, decode_json, to_json an ...