0% found this document useful (0 votes)
43 views11 pages

Paging in IDLE mode

The document outlines the paging process in idle mode for User Equipment (UE) in a 5G network, detailing prerequisites, descriptions, interface impacts, counter specifications, high-level design, and testing procedures. It emphasizes the importance of transitioning UEs to idle mode to conserve battery when there is no data to send or receive. Additionally, it includes testing scenarios and results confirming the successful construction and sending of paging messages by the Central Unit (CU) to Distributed Units (DUs).
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views11 pages

Paging in IDLE mode

The document outlines the paging process in idle mode for User Equipment (UE) in a 5G network, detailing prerequisites, descriptions, interface impacts, counter specifications, high-level design, and testing procedures. It emphasizes the importance of transitioning UEs to idle mode to conserve battery when there is no data to send or receive. Additionally, it includes testing scenarios and results confirming the successful construction and sending of paging messages by the Central Unit (CU) to Distributed Units (DUs).
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

CCT_09: Paging (IDLE Mode)

1. Prerequisites
2. Description
3. F1, NG Interface Impacts
4. Counter
4.1. Counters specifications
4.2. Counter increment call flow
4.3. Measurement report ( To be updated )
5. High Level Design
5.1. Code flow
6. Testing
6.1. Test Scenarios:
6.2. Testing Summary:
6.3. Test Log:
7. Reference

1. Prerequisites
Paging knowledge.

2. Description
Idle mode transition is important to conserve battery of the UEs. If a UE is in connected mode, and it has no data to send or receive, then the
gNB waits for a specific timer (UE Inactivity Timer) and once that timer expires, the gNB sends the UE to INACTIVE mode by sending an
RRC Release message with suspend, after that if it has still no data to send and receive after an inactivity timer expiry, gNB will delete UE
context and sends the UE to IDLE mode, this is done by sending an RRC Release message to the UE.

Picture 1: 5GS state model

While in RM-REGISTERED, CM-IDLE and RRC_IDLE, the UE monitors the paging channels for CN-initiated paging
Picture#2: Paging Procedure

3. F1, NG Interface Impacts


Reference: 3GPP TS 38.473 version 16.3.1

IE Presence Range Content Semantics description Criticality Assigned Radisys Support


/Group Criticality
Name
Version Version
2.4 2.5

Message M The Message Type IE uniquely YES ignore YES


Type identifies the message being sent. It
is mandatory for all messages.

UE Identity M This IE is used by the gNB-DU to YES reject YES


Index value calculate the Paging Frame

CHOICE M YES reject YES


Paging
Identity

>RAN UE M This IE indicates the RAN UE - ignore -


Paging Paging identity
identity

>CN UE M The 5G-S-TMSI is used as UE - ignore YES


paging identifier for CN paging
identity
Paging DRX O This IE indicates the Paging DRX It is defined as the minimum YES ignore NO YES
as defined in TS 38.304 [24] between the RAN UE Paging
DRX and CN UE Paging DRX

Paging O This IE indicates the paging priority YES ignore NO YES


Priority for paging a UE

Paging Cell 1 YES ignore YES


List

>Paging 1…512 EACH ignore YES


Cell Item Ies

>>N M The NR Cell Global Identifier (NR - ignore YES


R CGI CGI) is used to globally identify a
cell

Paging Origin O This IE indicates whether Paging is YES ignore NO YES


originated due to the PDU sessions
from the non-3GPP access

Reference: 3GPP TS 38.413 version 16.3.0

IE/Group Presence Range Content Semantics Criticality Assigned


Name description Criticality Radisys
Support

Versi Versi
on on
2.4 2.5

Message Type M The Message Type IE uniquely identifies the message YES ignore YES
being sent. It is mandatory for all messages.

UE Paging M This IE represents the Identity with which the UE is YES ignore YES
Identity paged

Paging DRX O The UE may use Discontinuous Reception (DRX) in idle NO YES
mode in order to reduce power consumption
Reference: TS 38.304 [12] and TS 36.304 [29]

TAI List for 1 YES


Paging

>TAI List for 1...16 YES ignore


Paging Item

>>TAI M This IE is used to uniquely identify a Tracking Area YES ignore YES

Paging Priority O This element indicates the paging priority for paging a YES ignore NO YES
UE.

UE Radio O This IE contains paging specific UE Radio Capability YES ignore NO


Capability for information
Paging

Paging Origin O This IE indicates whether Paging is originated due to the YES ignore NO YES
PDU sessions from the non-3GPP access

Assistance Data O This IE provides assistance information for paging YES ignore NO
for Paging optimization

NB-IoT Paging O This IE indicates the NB-IoT Paging eDRX parameters YES ignore NO
eDRX as defined in TS 36.304 [29]
Information

NB-IoT Paging O This IE indicates the NB-IoT UE specific Paging DRX as If this IE is present, the YES ignore NO
DRX defined in TS 36.304 [29] Paging DRX IE is
ignored.

Enhanced O This IE provides information on the restriction YES ignore NO


Coverage information of using Coverage Enhancement
Restriction

WUS Assistance O This IE provides WUS Assistance Information to be used YES ignore NO
Information by the NG-RAN node for determining the WUS group for
the UE.

Paging eDRX O This IE indicates the Paging eDRX parameters as YES ignore NO
Information defined in TS 36.304 [29]

CE-mode-B O This IE provides information on the restriction YES ignore NO


Restricted information of using Coverage Enhancement Mode B

4. Counter

4.1. Counters specifications


Counter Counter Description Output Counter Counter Rel 2.5.0 status
ID Name status increase Increment
causes type

80001 gnb_rrc_pa This measurement (Paging counter) Always output When CU Cumulative PM Counter redesigned. Paging
ging_attem provides number of CN Initiated paging in received (CC) counter will call its functions at
pt_pm_cell records received by the gNB-CU for paging measurement paging pm_intf.cpp / pm_intf.h (CU side)
occasions in each cell. report when message before send message/data to OAM
value > 0 from AMF side

4.2. Counter increment call flow


gnb::gnb_mgr_msg_hdlr::process_sctp_common_msg_rx_ind
->gnb::gnb_mgr_ng_msg_proc::process_ng_msg
case ngap::ng_msg_type_t::PAGING:
->gnb::gnb_mgr_ng_msg_proc::process_paging
case amf_event::EVENT_PAGING_RECEIVED
->gnb::pm_intf::get_instance()->increase_value_counter()

4.3. Measurement report ( To be updated )

5. High Level Design

5.1. Code flow


6. Testing

6.1. Test Scenarios:


The testing will focus on checking CU behavior when receiving NGAP messages in normal scenarios.

In a normal scenario, CU will decode NGAP message, process then build F1AP message to send to 1 DU or 2 DUs.

6.2. Testing Summary:


No. Scenarios Test Suite Expected Result Actual Result
& Setup
1 Normal case
TestSuite CU can build Paging message and send it's to DU. CU build Paging message and send it's to DU.
1Du1UeA CU-CP shall identify the cell list based on the TAI list received from CU-CP identify the cell list based on the TAI list received
ddToDuP AMF and sends the paging message to all relevant DU with respect from AMF and sends the paging message to all relevant
aging.py to the cell list and "Paging Cell List " as part of paging message. DU with respect to the cell list and "Paging Cell List ".
CU-CP shall send the minimum value between the RAN-Paging- CU-CP send the minimum value Paging-DRX to DU.
DRX and CN-UE-Paging-DRX to DU as part of the paging message. CU-CP receives the paging priority from AMF and send
CU-CP shall receives the paging priority from AMF and send the to DU.
same information to DU as a part of paging message. CU-CP receives the paging origin from AMF and send to
CU-CP shall receives the paging origin from AMF and send the DU.
same information to DU as a part of paging message.
PASSED

2 Normal case
TestSuite CU can build Paging message and send it's to all DUs. CU build Paging message and send to a both 2 DUs.
2DuTrigg CU-CP shall identify the cell list based on the TAI list received from CU-CP identify the cell list based on the TAI list received
erPaging. AMF and sends the paging message to all relevant DUs with respect from AMF and sends the paging message to all relevant
py (Add to the cell list and "Paging Cell List " as part of paging message. DUs with respect to the cell list and "Paging Cell List ".
new) CU-CP shall send the minimum value between the RAN-Paging- CU-CP send the minimum value Paging-DRX to a both
DRX and CN-UE-Paging-DRX to a both 2 DUs as part of the paging 2 DUs.
message. CU-CP receives the paging priority from AMF and send
CU-CP shall receives the paging priority from AMF and send the to a both 2 DUs.
same information to a both 2 DUs as a part of paging message. CU-CP receives the paging origin from AMF and send
CU-CP shall receives the paging origin from AMF and send the to a both 2 DUs.
same information to a both 2 DUs as a part of paging message.
PASSED

6.3. Test Log:


6.2.1. No.1 Normal case

Run TestSuite1Du1UeAddToDuPaging.py

[26/01/2022 07:15:53.622051][GNB_MGR][gnb_mgr_ng_msg.cpp][501][INF] RECEIVED_NG_PAGING:GNB_MGR_AMF_ID:1


[26/01/2022 07:15:53.622294][GNB_MGR][gnb_mgr_db_du.cpp][1826][INF] SENDING_F1_PAGING:GNB_MGR_DU_ID:1
[26/01/2022 07:15:54.193567][RM][rm_neighbour_mgmt.cpp][1177][TRC] RECEIVED_PERIODIC_SIB3_TIMER_EXPIRY
[26/01/2022 07:15:54.193621][RM][rm_msg_hdlr.cpp][5204][TRC] SI_TIMER_EXPIRY_IND_SEND_TO_DSON
[26/01/2022 07:15:57.632737][GNB_MGR][gnb_mgr_msg_hdlr.cpp][721][TRC] GNB_MGR_F1_ASSOC_DOWN_IND_RECEIVED:
GNB_MGR_DU_ID:1
[26/01/2022 07:15:57.632913][GNB_MGR][gnb_mgr_msg_hdlr.cpp][721][TRC] GNB_MGR_F1_ASSOC_DOWN_IND_RECEIVED:
GNB_MGR_DU_ID:1
[26/01/2022 07:15:57.632921][GNB_MGR][gnb_mgr_db_du.cpp][2225][ERR]
UNKNOWN_EVENT_IN_DU_STATE_RM_DU_ASSOC_DOWN_ONGOING:GNB_MGR_DU_ID:1
[26/01/2022 07:15:57.632930][GNB_MGR][gnb_mgr_db_du.cpp][2466][ERR]
PROCESS_DU_STATE_RM_DU_ASSOC_DOWN_ONGOING_FAILED_IN_PROCESS_DU_FSM
[26/01/2022 07:15:57.632932][GNB_MGR][gnb_mgr_db_du.cpp][113][ERR]
PROCESS_DU_FSM_FAILED_IN_PROCESS_DU_CURRENT_STATE
[26/01/2022 07:15:57.632933][GNB_MGR][gnb_mgr_msg_hdlr.cpp][738][ERR]
PROCESS_DU_CURRENT_STATE_FAILED_IN_EVENT_SCTP_ASSOC_DOWN_RECEIVED:GNB_MGR_DU_ID:1
[26/01/2022 07:15:57.632989][RM][rm_msg_hdlr.cpp][3742][TRC] PROCESS_RM_F1_ASSOC_DOWN:TOTAL_UE_TO_BE_RELEASED:1
[26/01/2022 07:15:57.633148][RM][rm_cell_op_proc.cpp][324][TRC] POPULATED_UE_ID_IN_NEW_AMF_NODE:AMF_ID:1:AMF_UE_ID:65537:
RAN_UE_ID:1
[26/01/2022 07:15:57.633151][RM][rm_cell_op_proc.cpp][329][TRC] TOTAL_AMF_NODE_IN_RESET:AMF_COUNT:1
[26/01/2022 07:15:57.633158][RM][rm_ue_conn_msg_builder.cpp][2710][TRC] BUILD_RM_UE_CONN_RELEASE_UE_LIST_REQUEST:
RM_GNB_UE_ID:1:DU_GNB_UE_ID:0
[26/01/2022 07:15:57.633164][RM][rm_meas_control.cpp][2484][TRC] TRIGGER_RELEASE_ANR_CGI_CONFIGURED_UE
[26/01/2022 07:15:57.633168][RM][rm_meas_control.cpp][2491][TRC] RM_UE_IS_NOT_CONFIGURED_FOR_ANR_CGI_TO_RELEASE:
GNB_UE_ID:1
[26/01/2022 07:15:57.633172][RM][rm_msg_hdlr.cpp][3806][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:1
[26/01/2022 07:15:57.633178][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:1
[26/01/2022 07:15:57.633184][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:1
[26/01/2022 07:15:57.633185][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:1
[26/01/2022 07:15:57.633197][RM][rm_msg_hdlr.cpp][3806][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:2
[26/01/2022 07:15:57.633198][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:2
[26/01/2022 07:15:57.633201][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:2
[26/01/2022 07:15:57.633201][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:2
[26/01/2022 07:15:57.633203][RM][rm_msg_hdlr.cpp][3806][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:3
[26/01/2022 07:15:57.633204][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:3
[26/01/2022 07:15:57.633206][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:3
[26/01/2022 07:15:57.633206][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:3
[26/01/2022 07:15:57.633225][RM][rm_msg_hdlr.cpp][3806][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:4
[26/01/2022 07:15:57.633227][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:4
[26/01/2022 07:15:57.633229][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:4
[26/01/2022 07:15:57.633230][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:4
[26/01/2022 07:15:57.633231][RM][rm_msg_hdlr.cpp][3806][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:5
[26/01/2022 07:15:57.633232][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:5
[26/01/2022 07:15:57.633234][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:5
[26/01/2022 07:15:57.633235][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:5
[26/01/2022 07:15:57.633243][RM][rm_msg_hdlr.cpp][937][TRC] PREPARE_NG_RESET:AMF_ID:1:RESET_TYPE:1
[26/01/2022 07:15:57.633470][RM][rm_msg_hdlr.cpp][3886][TRC] SEND_UE_CONN_LIST_UE_RELEASE_REQ
[26/01/2022 07:15:57.633489][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:1
[26/01/2022 07:15:57.633492][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:1
[26/01/2022 07:15:57.633494][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:2
[26/01/2022 07:15:57.633494][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:2
[26/01/2022 07:15:57.633495][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:3
[26/01/2022 07:15:57.633496][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:3
[26/01/2022 07:15:57.633497][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:4
[26/01/2022 07:15:57.633497][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:4
[26/01/2022 07:15:57.633498][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:5
[26/01/2022 07:15:57.633499][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:5
[26/01/2022 07:15:57.633532][UE_CONN_MGR][ue_conn_mgr_msg_hdlr.cpp][1475][TRC]
PROCESSING_RM_UE_CONN_RELEASE_UE_LIST_REQ:UE_CONN_MGR_GNB_UE_ID:1:DU_GNB_UE_ID:0
[26/01/2022 07:15:57.633540][UE_CONN_MGR][ue_conn_mgr_trans_mgr.cpp][99][TRC] FREE_TRANS_ID_ALLOCATED:
UE_CONN_MGR_TRANS_ID:1
[26/01/2022 07:15:57.633545][UE_CONN_MGR][ue_conn_mgr_trans_mgr.cpp][801][TRC]
CREATING_UE_TRANS_UE_RELEASE_CU_TRIGGERED:UE_CONN_MGR_TRANS_ID:1
[26/01/2022 07:15:57.633548][UE_CONN_MGR][ue_conn_mgr_trans.cpp][1020][TRC]
HANDLING_UE_CONN_RM_UE_RELEASE_CMD_EVENT:UE_CONN_MGR_GNB_UE_ID:1:DU_GNB_UE_ID:0:UE_CONN_MGR_TRANS_ID:
1
[26/01/2022 07:15:57.633599][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][216][TRC]
PROCESSING_INITIATED_CU_TRIGGERED_RM_UE_CONN_RELEASE_CMD:UE_CONN_MGR_GNB_UE_ID:1:CU_UP_GNB_UE_ID:65537
[26/01/2022 07:15:57.633608][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][432][TRC]
SET_BEARER_CONTEXT_RELEASE_CMD_WHILE_RB_STATE_IS_NOT_UE_CONN_RB_CREATED:UE_CONN_MGR_GNB_UE_ID:1:
DU_GNB_UE_ID:0
[26/01/2022 07:15:57.633609][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][447][TRC]
BUILD_AND_SEND_BEARER_CONTEXT_RELEASE_CMD_DURING_CELL_DELETE:UE_CONN_MGR_GNB_UE_ID:1:CU_UP_GNB_UE_ID:
65537
[26/01/2022 07:15:57.633657][UE_CONN_MGR][ue_conn_mgr_sctp_tx_msg_builder.cpp][2252][INF]
SENDING_E1_BEARER_CONTEXT_RELEASE_COMMAND:UE_CONN_MGR_GNB_UE_ID:1:CU_UP_GNB_UE_ID:65537
[26/01/2022 07:15:57.633736][UE_CONN_MGR][ue_conn_mgr_fsm.h][2493][TRC] UE_CONN_STATE_TRANSITION:
UE_CONN_BEARER_ESTABLISHED-> UE_CONN_RELEASE_INITIATED
[26/01/2022 07:15:57.633740][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][493][INF]
UE_RRC_STATE_MOVED_TO_RELEASE_INITIATED:UE_CONN_MGR_GNB_UE_ID:1:DU_GNB_UE_ID:0
[26/01/2022 07:15:57.634588][UE_CONN_MGR][ue_conn_mgr_e1_msg.cpp][206][INF]
RECEIVED_E1_BEARER_CONTEXT_RELEASE_COMPLETE:UE_CONN_MGR_GNB_UE_ID:1:CU_UP_GNB_UE_ID:65537
[26/01/2022 07:15:57.634593][UE_CONN_MGR][ue_conn_mgr_trans_mgr.cpp][857][TRC]
FINDING_UE_CONN_BEARER_CONTEXT_RELEASE_COMPLETE_TRANS_ID:UE_CONN_MGR_TRANS_ID:1
[26/01/2022 07:15:57.634596][UE_CONN_MGR][ue_conn_mgr_trans.cpp][1064][TRC]
HANDLING_UE_CONN_BEARER_CONTEXT_RELEASE_COMPLETE_EVENT:UE_CONN_MGR_GNB_UE_ID:1:CU_UP_GNB_UE_ID:65537:
UE_CONN_MGR_TRANS_ID:1
[26/01/2022 07:15:57.634607][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][3719][TRC]
PROCESSING_BEARER_CONTEXT_RELEASE_COMPLETE_IN_RELEASE_INITIATED_STATE:UE_CONN_MGR_GNB_UE_ID:1:
CU_UP_GNB_UE_ID:65537
[26/01/2022 07:15:57.634637][UE_CONN_MGR][ue_conn_mgr_trans_mgr.cpp][879][TRC]
FINDING_UE_CONN_PDCP_SRB_RELEASE_RSP_TRANS_ID:UE_CONN_MGR_TRANS_ID:1
[26/01/2022 07:15:57.634639][UE_CONN_MGR][ue_conn_mgr_trans.cpp][1108][TRC]
HANDLING_UE_CONN_PDCP_SRB_RELEASE_RSP_EVENT:UE_CONN_MGR_GNB_UE_ID:1:DU_GNB_UE_ID:0:
UE_CONN_MGR_TRANS_ID:1
[26/01/2022 07:15:57.634643][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][3753][TRC]
PROCESSING_PDCP_SRB_RELEASE_RSP_IN_RELEASE_INITIATED_STATE:UE_CONN_MGR_GNB_UE_ID:1:DU_GNB_UE_ID:0
[26/01/2022 07:15:57.634644][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][3767][TRC]
SET_THE_TRANS_AS_UE_RELEASE_FOR_RESET_SCENARIO
[26/01/2022 07:15:57.634664][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][3809][TRC]
PDCP_SRB_RELEASE_RSP_INCREMENT_THE_COUNT:UE_CONN_MGR_UES_DELETED:1
[26/01/2022 07:15:57.634666][UE_CONN_MGR][ue_conn_mgr_conn_release.cpp][3829][TRC]
SEND_RM_UE_CONN_RELEASE_UE_LIST_RSP
[26/01/2022 07:15:57.634671][UE_CONN_MGR][ue_conn_mgr_trans_mgr.cpp][152][TRC] DELETING_TRANS:UE_CONN_MGR_TRANS_ID:1
[26/01/2022 07:15:57.634687][UE_CONN_MGR][ue_conn_mgr_db.cpp][297][TRC] UE_CONN_RB_DELETED:UE_CONN_MGR_GNB_RB_ID:1
[26/01/2022 07:15:57.634688][UE_CONN_MGR][ue_conn_mgr_db.cpp][270][ERR]
NG_UE_CONTEXT_RELEASE_REQUEST_TIMER_NOT_RUNNING
[26/01/2022 07:15:57.634692][UE_CONN_MGR][ue_conn_mgr_db.cpp][231][TRC] UE_CONN_SRB_DELETED:
UE_CONN_MGR_GNB_SRB_ID:0
[26/01/2022 07:15:57.634693][UE_CONN_MGR][ue_conn_mgr_db.cpp][231][TRC] UE_CONN_SRB_DELETED:
UE_CONN_MGR_GNB_SRB_ID:1
[26/01/2022 07:15:57.634727][UE_CONN_MGR][ue_conn_mgr_db.cpp][277][TRC] UE_CONN_DELETED:UE_CONN_MGR_GNB_UE_ID:1
[26/01/2022 07:15:57.634729][UE_CONN_MGR][ue_conn_mgr_trans.cpp][155][TRC] UE_CONN_IN_TRANS_UE_RELEASE_DELETED

AMF CP
CP DU

6.2.2. No.2 Normal case with 2DU

Run TestSuite2DuTriggerPaging.py

[26/01/2022 07:22:10.963855][GNB_MGR][gnb_mgr_ng_msg.cpp][501][INF] RECEIVED_NG_PAGING:GNB_MGR_AMF_ID:1


[26/01/2022 07:22:10.964053][GNB_MGR][gnb_mgr_db_du.cpp][1826][INF] SENDING_F1_PAGING:GNB_MGR_DU_ID:1
[26/01/2022 07:22:10.964140][GNB_MGR][gnb_mgr_db_du.cpp][1826][INF] SENDING_F1_PAGING:GNB_MGR_DU_ID:2
[26/01/2022 07:22:15.543525][RM][rm_neighbour_mgmt.cpp][1177][TRC] RECEIVED_PERIODIC_SIB3_TIMER_EXPIRY
[26/01/2022 07:22:15.543579][RM][rm_msg_hdlr.cpp][5204][TRC] SI_TIMER_EXPIRY_IND_SEND_TO_DSON
[26/01/2022 07:22:21.977202][GNB_MGR][gnb_mgr_msg_hdlr.cpp][721][TRC] GNB_MGR_F1_ASSOC_DOWN_IND_RECEIVED:
GNB_MGR_DU_ID:1
[26/01/2022 07:22:21.977272][GNB_MGR][gnb_mgr_msg_hdlr.cpp][721][TRC] GNB_MGR_F1_ASSOC_DOWN_IND_RECEIVED:
GNB_MGR_DU_ID:1
[26/01/2022 07:22:21.977277][GNB_MGR][gnb_mgr_db_du.cpp][2225][ERR]
UNKNOWN_EVENT_IN_DU_STATE_RM_DU_ASSOC_DOWN_ONGOING:GNB_MGR_DU_ID:1
[26/01/2022 07:22:21.977279][GNB_MGR][gnb_mgr_db_du.cpp][2466][ERR]
PROCESS_DU_STATE_RM_DU_ASSOC_DOWN_ONGOING_FAILED_IN_PROCESS_DU_FSM
[26/01/2022 07:22:21.977280][GNB_MGR][gnb_mgr_db_du.cpp][113][ERR]
PROCESS_DU_FSM_FAILED_IN_PROCESS_DU_CURRENT_STATE
[26/01/2022 07:22:21.977281][GNB_MGR][gnb_mgr_msg_hdlr.cpp][738][ERR]
PROCESS_DU_CURRENT_STATE_FAILED_IN_EVENT_SCTP_ASSOC_DOWN_RECEIVED:GNB_MGR_DU_ID:1
[26/01/2022 07:22:21.977395][RM][rm_msg_hdlr.cpp][3742][TRC] PROCESS_RM_F1_ASSOC_DOWN:TOTAL_UE_TO_BE_RELEASED:0
[26/01/2022 07:22:21.977399][RM][rm_msg_hdlr.cpp][3905][TRC] NO_UE_TO_BE_RELEASE_IN_F1_ASSOC_DOWN
[26/01/2022 07:22:21.977400][RM][rm_msg_hdlr.cpp][3920][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:0
[26/01/2022 07:22:21.977404][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:0
[26/01/2022 07:22:21.977409][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:0
[26/01/2022 07:22:21.977410][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:0
[26/01/2022 07:22:21.977422][RM][rm_msg_hdlr.cpp][3920][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:1
[26/01/2022 07:22:21.977423][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:1
[26/01/2022 07:22:21.977425][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:1
[26/01/2022 07:22:21.977425][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:1
[26/01/2022 07:22:21.977426][RM][rm_msg_hdlr.cpp][3920][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:2
[26/01/2022 07:22:21.977427][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:2
[26/01/2022 07:22:21.977429][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:2
[26/01/2022 07:22:21.977429][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:2
[26/01/2022 07:22:21.977438][RM][rm_msg_hdlr.cpp][3962][TRC] SENDING_F1_ASSOC_DOWN_PROCESS_RSP:GNB_DU_ID:1
[26/01/2022 07:22:21.977452][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:0
[26/01/2022 07:22:21.977454][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:0
[26/01/2022 07:22:21.977455][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:1
[26/01/2022 07:22:21.977456][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:1
[26/01/2022 07:22:21.977456][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:2
[26/01/2022 07:22:21.977457][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:2
[26/01/2022 07:22:21.977464][GNB_MGR][gnb_mgr_msg_hdlr.cpp][1779][TRC] GNB_MGR_RM_F1_ASSOC_DOWN_RESPONSE_STATUS:
STATUS:0:GNB_MGR_DU_ID_ARG:1
[26/01/2022 07:22:21.977511][GNB_MGR][gnb_mgr_ric_db.cpp][139][TRC] DELETED_CELL_ID_FROM_E2_NODE:GNB_MGR_RIC_CELl_ID:1
[26/01/2022 07:22:21.977530][GNB_MGR][gnb_mgr_ric_db.cpp][139][TRC] DELETED_CELL_ID_FROM_E2_NODE:GNB_MGR_RIC_CELl_ID:2
[26/01/2022 07:22:21.977537][GNB_MGR][gnb_mgr_ric_db.cpp][139][TRC] DELETED_CELL_ID_FROM_E2_NODE:GNB_MGR_RIC_CELl_ID:2
[26/01/2022 07:22:21.978698][GNB_MGR][gnb_mgr_msg_hdlr.cpp][721][TRC] GNB_MGR_F1_ASSOC_DOWN_IND_RECEIVED:
GNB_MGR_DU_ID:2
[26/01/2022 07:22:21.978770][GNB_MGR][gnb_mgr_msg_hdlr.cpp][721][TRC] GNB_MGR_F1_ASSOC_DOWN_IND_RECEIVED:
GNB_MGR_DU_ID:2
[26/01/2022 07:22:21.978772][GNB_MGR][gnb_mgr_db_du.cpp][2225][ERR]
UNKNOWN_EVENT_IN_DU_STATE_RM_DU_ASSOC_DOWN_ONGOING:GNB_MGR_DU_ID:2
[26/01/2022 07:22:21.978773][GNB_MGR][gnb_mgr_db_du.cpp][2466][ERR]
PROCESS_DU_STATE_RM_DU_ASSOC_DOWN_ONGOING_FAILED_IN_PROCESS_DU_FSM
[26/01/2022 07:22:21.978773][GNB_MGR][gnb_mgr_db_du.cpp][113][ERR]
PROCESS_DU_FSM_FAILED_IN_PROCESS_DU_CURRENT_STATE
[26/01/2022 07:22:21.978802][GNB_MGR][gnb_mgr_msg_hdlr.cpp][738][ERR]
PROCESS_DU_CURRENT_STATE_FAILED_IN_EVENT_SCTP_ASSOC_DOWN_RECEIVED:GNB_MGR_DU_ID:2
[26/01/2022 07:22:21.978822][RM][rm_msg_hdlr.cpp][3742][TRC] PROCESS_RM_F1_ASSOC_DOWN:TOTAL_UE_TO_BE_RELEASED:0
[26/01/2022 07:22:21.978825][RM][rm_msg_hdlr.cpp][3905][TRC] NO_UE_TO_BE_RELEASE_IN_F1_ASSOC_DOWN
[26/01/2022 07:22:21.978825][RM][rm_msg_hdlr.cpp][3920][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:3
[26/01/2022 07:22:21.978827][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:3
[26/01/2022 07:22:21.978830][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:3
[26/01/2022 07:22:21.978831][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:3
[26/01/2022 07:22:21.978833][RM][rm_msg_hdlr.cpp][3920][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:4
[26/01/2022 07:22:21.978834][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:4
[26/01/2022 07:22:21.978835][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:4
[26/01/2022 07:22:21.978836][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:4
[26/01/2022 07:22:21.978837][RM][rm_msg_hdlr.cpp][3920][TRC] UE_LIST_EMPTY_IN_THE_CELL:RM_GNB_CELL_ID:5
[26/01/2022 07:22:21.978837][RM][rm_db.cpp][1528][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:5
[26/01/2022 07:22:21.978839][RM][rm_db.cpp][144][TRC] DELETING_RM_CELL:RM_GNB_CELL_ID:5
[26/01/2022 07:22:21.978839][RM][rm_db.cpp][163][TRC] DELETING_CELL_ID_FROM_DU_CONTEXT:RM_GNB_CELL_ID:5
[26/01/2022 07:22:21.978843][RM][rm_msg_hdlr.cpp][3962][TRC] SENDING_F1_ASSOC_DOWN_PROCESS_RSP:GNB_DU_ID:2
[26/01/2022 07:22:21.978848][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:3
[26/01/2022 07:22:21.978854][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:3
[26/01/2022 07:22:21.978854][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:4
[26/01/2022 07:22:21.978855][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:4
[26/01/2022 07:22:21.978855][DSON][son_db.cpp][483][ERR] SON_CELL_NOT_FOUND:DSON_GNB_SON_CELL_ID:5
[26/01/2022 07:22:21.978856][DSON][son_intf_hdlr.cpp][3045][ERR] GET_SON_CELL_FAILED_IN_CELLS_DELETE:
DSON_GNB_SON_CELL_ID:5
[26/01/2022 07:22:21.978861][GNB_MGR][gnb_mgr_msg_hdlr.cpp][1779][TRC] GNB_MGR_RM_F1_ASSOC_DOWN_RESPONSE_STATUS:
STATUS:0:GNB_MGR_DU_ID_ARG:2
[26/01/2022 07:22:21.979264][GNB_MGR][cu_fm_alarm_msg.cpp][46][TRC] GNB_MGR_RAISE_ALARM:GNB_MGR_ALARM_TYPE:2:
GNB_MGR_ALARM_LEVEL_ONE_ID:0:GNB_MGR_ALARM_LEVEL_TWO_ID:0
[26/01/2022 07:22:21.979281][RM][rm_msg_hdlr.cpp][2674][TRC] SENDING_RM_NG_ASSOC_DOWN_PROCESS_RSP:AMF_ID:1
[26/01/2022 07:22:21.979286][RM][rm_db.cpp][455][TRC] DELETING_AMF_ID_FROM_AMF_CONTEXT:RM_GNB_AMF_ID:1
[26/01/2022 07:22:21.979287][RM][rm_msg_hdlr.cpp][2695][TRC] AMF_CONTEXT_DELETED:RM_AMF_ID:1

AMF CP

CP DU1
CP DU2

7. Reference
[1] ebook "5G for the connected world"

[2] https://www.sharetechnote.com/html/Paging_LTE.html

[3] TS 38.304 version 16.4.0 "User Equipment (UE) procedures in idle mode and in RRC
Inactive state"

[4] 5G NR RRC Inactive State (3g4g.co.uk)

[5] How RRC Inactive to RRC idle transition happen in NR SA? - 5G NR / SA - telecomHall Forum

[6] TS 138 300 5G; NR; Overall description.

[7]How LTE Stuff Works?: 5G NR: System Information[409]

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy