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
6eba6678
Commit
6eba6678
authored
Sep 26, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused/write-only E1AP variables
parent
ed0923c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
executables/nr-softmodem.c
executables/nr-softmodem.c
+0
-2
openair2/E1AP/e1ap.c
openair2/E1AP/e1ap.c
+0
-1
openair2/E1AP/e1ap_common.h
openair2/E1AP/e1ap_common.h
+0
-5
No files found.
executables/nr-softmodem.c
View file @
6eba6678
...
...
@@ -406,8 +406,6 @@ static int create_gNB_tasks(ngran_node_t node_type)
createE1inst
(
UPtype
,
inst
,
&
E1AP_SETUP_REQ
(
msg
));
cuup_init_n3
(
inst
);
itti_free
(
TASK_UNKNOWN
,
msg
);
getCxtE1
(
inst
)
->
same_process
=
true
;
;
RC
.
nrrrc
[
gnb_id_start
]
->
e1_inst
=
inst
;
// stupid instance !!!*/
}
...
...
openair2/E1AP/e1ap.c
View file @
6eba6678
...
...
@@ -1627,7 +1627,6 @@ void e1_task_handle_sctp_association_ind(E1_t type, instance_t instance, sctp_ne
else
createE1inst
(
type
,
instance
,
NULL
);
getCxtE1
(
instance
)
->
sockState
=
SCTP_STATE_ESTABLISHED
;
getCxtE1
(
instance
)
->
incoming_sock
=
true
;
e1ap_setup_req_t
*
setup_req
=
&
getCxtE1
(
instance
)
->
setupReq
;
setup_req
->
assoc_id
=
sctp_new_ind
->
assoc_id
;
setup_req
->
sctp_in_streams
=
sctp_new_ind
->
in_streams
;
...
...
openair2/E1AP/e1ap_common.h
View file @
6eba6678
...
...
@@ -29,17 +29,12 @@
#include "common/ngran_types.h"
typedef
struct
e1ap_upcp_inst_s
{
bool
incoming_sock
;
instance_t
instance
;
bool
same_process
;
E1_t
type
;
enum
sctp_state_e
sockState
;
sctp_assoc_t
assoc_id
;
instance_t
gtpInstN3
;
instance_t
gtpInstF1U
;
e1ap_setup_req_t
setupReq
;
e1ap_bearer_setup_req_t
bearerSetupReq
;
e1ap_bearer_setup_resp_t
bearerSetupResp
;
}
e1ap_upcp_inst_t
;
extern
int
asn1_xer_print
;
...
...
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