| 
经验24 分贝0 家园分87 在线时间:25 小时最后登录:2014-10-31帖子:11精华:0注册时间:2009-3-3UID:341659
 
 注册:2009-3-3 | 
| 利用A接口信令实现无线信道速率和语音版本的规划 GSM网络中半速率、全速率信道动态分配的机制早就处于使用中。而该网络中语音编码方式除了GSM FR speech V1(全速率)、GSM HR speech V1(半速率)外GSM FR speech V2(EFR-增强型全速率)也早已得到大范围的使用,而随着3G网络的引入会促进GSM网络中的语音版本又将引入GSM FR speech V3(全速率 AMR)和GSM HR speech V3(半速率 AMR)。
 而对于FR和HR信道的分配比例和各种用户感知(因语音编码方式的不同,用户感知会有较大差距)的比例又如何进行规划和评估呢?这里介绍一下从A接口信令过程中实现这一目的的做法:
 基本思想是统计出网络中手机语音版本的分布情况和当前网络分配情况,为下一步最规划和评估提供依据。
 具体实施如下:
 第一步:提取过程中关键消息获取信息
 A接口发送手机承载能力的消息
 Setup(主叫):
 [Bearer capability]
 06 Length
 60 Information transfer capability [Speech] Transfer mode [Circuit mode] Radio channel requirement [At least FR/V1 and HR/V1, FR preferred]
 04 Speech version indication [GSM FR speech V3]
 02 Speech version indication [GSM FR speech V2]
 00 Speech version indication [GSM FR speech V1]
 05 Speech version indication [GSM HR speech V3]
 81 Speech version indication [GSM HR speech V1]
 Call confirmed(被叫):
 [Bearer capability]
 06 Length
 60 Information transfer capability [Speech] Transfer mode [Circuit mode] Radio channel requirement [At least FR/V1 and HR/V1, FR preferred]
 04 Speech version indication [GSM FR speech V3]
 02 Speech version indication [GSM FR speech V2]
 00 Speech version indication [GSM FR speech V1]
 05 Speech version indication [GSM HR speech V3]
 81 Speech version indication [GSM HR speech V1]
 Assignment Request:
 [Channel type]
 07 Length
 01 Speech or data indicator [Speech]
 0f Channel rate and type [TCH/FR or TCH/HR, changes allowed, preferences follow]
 a1 Permitted speech version identifier [GSM FR speech V3 (FR AMR)]
 91 Permitted speech version identifier [GSM FR speech V2 (EFR)]
 81 Permitted speech version identifier [GSM FR speech V1]
 a5 Permitted speech version identifier [GSM HR speech V3 (HR AMR)]
 05 Permitted speech version identifier [GSM HR speech V1]
 
 确定手机使用信道的消息
 Assignment Complete
 [Speech version]
 05 Speech version identifier [GSM HR speech V1]
 第二步:利用提取信息作为一条记录入库
 提取如下字段内容即可用简单计算即刻获取用户对各种速率的无线资源的需求,从而做到多无线资源和语音版本的合理规划:
 呼叫IMSI/TMSI        LAC_CI        承载能力列表        期望语音版本        分配语音版本
 第三步:进行关键指标的计算
 1、信道类型比例KPI
 小区        仅支持全速率手机        全速率半速率均支持
 2、当前语音版本分配与期望分配版本情况
 小区        期望语音版本        分配语音版本
 第四步:根据计算结果就信道的速率和语音版本进行
 | 
 |