1) common H-RNTI作用
為了能從HS-DSCH接收數(shù)據(jù),UE需要一個(gè)標(biāo)識(shí)符,用它來(lái)對(duì)應(yīng)在共享信道HS-DSCH上為UE指定的資源,在CELL_DCH狀態(tài)這個(gè)標(biāo)識(shí)符為dedicate H-RNTI,在CELL_FACH下則是common H-RNTI。
2) common H-RNTI由何而來(lái)?
系統(tǒng)消息HS-DSCH Common system information中會(huì)包含一個(gè)common H-RNTI列表,UE會(huì)從中選擇一個(gè)使用
the UE shall select a Common H-RNTI from the Common H-RNTIs listed in System Information Block type 5
3) index of comman H-RNTI(index選擇規(guī)則)
a>UE是連接模式(Connected mode)
UE通過(guò)U-RNTI獲取:"Index of selected Common H-RNTI" = U-RNTI [mod K]
b>非連接模式
UE通過(guò)RRC Conection Request 消息獲得H-RNTI list和一個(gè)Initial UE Identity,相似的方式獲得其index:"Index of selected Common H-RNTI" = "Initial UE Identity" [mod K]
而這條消息會(huì)告知Initial UE Identity類別,在樓主提供的信息中也有詳細(xì)介紹:
For UE-Id type "IMSI (GSM-MAP)", "TMSI and LAI (GSM-MAP)" , "IMEI"......
綜上,
1)Initial UE Identity根據(jù)UE-Id由RRC Con. setup告知,算法其實(shí)樓主給的文檔里面也已經(jīng)指明。
2)K為H-RNTI list中H-RNTI的個(gè)數(shù),最大取值應(yīng)該是4
3)核心公式"Index of selected Common H-RNTI" = "Initial UE Identity" mod K
舉例Initial UE Identity=25,K=4,則Index of selected Common H-RNTI=25 mod 4,取模計(jì)算法則樓主如果不懂可以去翻翻數(shù)學(xué)書(shū)籍,很簡(jiǎn)單的
[
本帖最后由 魚(yú)兒 于 2011-12-12 13:02 編輯 ]