Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
6ac0e403
Commit
6ac0e403
authored
Sep 01, 2022
by
Manu Agrawal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commented code for Compiling the Enquire Timing changes
parent
014296b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
openair3/SS/ss_gNB_sys_task.c
openair3/SS/ss_gNB_sys_task.c
+8
-2
No files found.
openair3/SS/ss_gNB_sys_task.c
View file @
6ac0e403
...
@@ -228,6 +228,7 @@ static void ss_task_sys_handle_timing_info(ss_set_timinfo_t *tinfo)
...
@@ -228,6 +228,7 @@ static void ss_task_sys_handle_timing_info(ss_set_timinfo_t *tinfo)
}
}
}
}
}
}
#if 0
/*
/*
* ===========================================================================================================
* ===========================================================================================================
* Function Name: sys_add_nr_reconfig_cell
* Function Name: sys_add_nr_reconfig_cell
...
@@ -412,6 +413,7 @@ int sys_add_nr_reconfig_cell(struct CellConfigInfo_Type *AddOrReconfigure)
...
@@ -412,6 +413,7 @@ int sys_add_nr_reconfig_cell(struct CellConfigInfo_Type *AddOrReconfigure)
}
}
return true;
return true;
}
}
#endif
/*
/*
* Function : send_sys_cnf
* Function : send_sys_cnf
* Description: Funtion to build and send the SYS_CNF
* Description: Funtion to build and send the SYS_CNF
...
@@ -466,10 +468,12 @@ static void send_sys_cnf(enum ConfirmationResult_Type_Sel resType,
...
@@ -466,10 +468,12 @@ static void send_sys_cnf(enum ConfirmationResult_Type_Sel resType,
msgCnf
->
Confirm
.
v
.
UE_Cat_Info
=
true
;
msgCnf
->
Confirm
.
v
.
UE_Cat_Info
=
true
;
break
;
break
;
case
SystemConfirm_Type_PdcpCount
:
case
SystemConfirm_Type_PdcpCount
:
#if 0
if (msg)
if (msg)
memcpy(&msgCnf->Confirm.v.PdcpCount, msg, sizeof(struct Pdcp_CountCnf_Type));
memcpy(&msgCnf->Confirm.v.PdcpCount, msg, sizeof(struct Pdcp_CountCnf_Type));
else
else
SS_SYS_PORT_MSG_CNF(message_p).cnf = msgCnf;
SS_SYS_PORT_MSG_CNF(message_p).cnf = msgCnf;
#endif
break
;
break
;
case
SystemConfirm_Type_Paging
:
case
SystemConfirm_Type_Paging
:
...
@@ -544,7 +548,7 @@ int sys_handle_nr_cell_config_req(struct CellConfigRequest_Type *Cell)
...
@@ -544,7 +548,7 @@ int sys_handle_nr_cell_config_req(struct CellConfigRequest_Type *Cell)
//send_sys_cnf(resType, resVal, cnfType, NULL);
//send_sys_cnf(resType, resVal, cnfType, NULL);
return
returnState
;
return
returnState
;
}
}
#if 0
/*
/*
* Function : sys_handle_radiobearer_list
* Function : sys_handle_radiobearer_list
* Description: Funtion handler of SYS_PORT. Handles the Radio
* Description: Funtion handler of SYS_PORT. Handles the Radio
...
@@ -1020,7 +1024,7 @@ int sys_handle_pdcp_count_req(struct Pdcp_CountReq_Type *PdcpCount)
...
@@ -1020,7 +1024,7 @@ int sys_handle_pdcp_count_req(struct Pdcp_CountReq_Type *PdcpCount)
}
}
return returnState;
return returnState;
}
}
#endif
/*
/*
* Function : sys_send_proxy
* Function : sys_send_proxy
* Description: Sends the messages from SYS to proxy
* Description: Sends the messages from SYS to proxy
...
@@ -1070,6 +1074,7 @@ static void sys_cell_attn_update(uint8_t cellId, uint8_t attnVal)
...
@@ -1070,6 +1074,7 @@ static void sys_cell_attn_update(uint8_t cellId, uint8_t attnVal)
LOG_A
(
RRC
,
"Out sys_cell_attn_update
\n
"
);
LOG_A
(
RRC
,
"Out sys_cell_attn_update
\n
"
);
return
;
return
;
}
}
#if 0
/*
/*
* Function : sys_handle_cell_attn_req
* Function : sys_handle_cell_attn_req
* Description: Handles the attenuation updates received from TTCN
* Description: Handles the attenuation updates received from TTCN
...
@@ -1192,6 +1197,7 @@ static void sys_handle_paging_req(struct PagingTrigger_Type *pagingRequest, ss_s
...
@@ -1192,6 +1197,7 @@ static void sys_handle_paging_req(struct PagingTrigger_Type *pagingRequest, ss_s
send_sys_cnf(resType, resVal, cnfType, NULL);
send_sys_cnf(resType, resVal, cnfType, NULL);
LOG_A(RRC, "[SYS] Exit sys_handle_paging_req Paging_IND processing for Cell_id %d \n", cellId);
LOG_A(RRC, "[SYS] Exit sys_handle_paging_req Paging_IND processing for Cell_id %d \n", cellId);
}
}
#endif
/*
/*
* Function : sys_handle_nr_enquire_timing
* Function : sys_handle_nr_enquire_timing
* Description: Sends the NR enquire timing update to PORTMAN
* Description: Sends the NR enquire timing update to PORTMAN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment