Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G-EDAF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Samie Mostafavi
openairinterface5G-EDAF
Commits
90f9b4e3
Commit
90f9b4e3
authored
7 months ago
by
Guido Casati
Browse files
Options
Downloads
Patches
Plain Diff
F1AP lib documentation (to be squashed) [WIP]
parent
1f7436f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/F1AP/F1AP-lib.md
+12
-2
12 additions, 2 deletions
doc/F1AP/F1AP-lib.md
with
12 additions
and
2 deletions
doc/F1AP/F1AP-lib.md
+
12
−
2
View file @
90f9b4e3
...
@@ -55,5 +55,15 @@ The functions in the file [f1ap_lib_common.c](../../openair2/F1AP/tests/f1ap_lib
...
@@ -55,5 +55,15 @@ The functions in the file [f1ap_lib_common.c](../../openair2/F1AP/tests/f1ap_lib
*
call
`cp_dl_rrc_message_transfer`
to deep copy the original message, then compare the with the original one
*
call
`cp_dl_rrc_message_transfer`
to deep copy the original message, then compare the with the original one
*
free all messages and PDUs
*
free all messages and PDUs
A flowchart for a function testing F1AP messages, such as
`test_f1ap_setup_request`
, would look like this:
```
mermaid
flowchart TD
create[Create F1AP message]-->|f1ap_setup_req_t msg|enc[encode_f1ap_setup_request]
enc-->|F1AP_F1AP_PDU_t *f1enc|encdec[f1ap_encode_decode]
encdec-->|F1AP_F1AP_PDU_t *f1dec|dec[decode_f1ap_setup_request]
create-->|f1ap_setup_req_t msg|eq
dec-->|f1ap_setup_req_t decoded|eq[eq_f1ap_setup_request]
create-->|f1ap_setup_req_t msg|cp[cp_f1ap_setup_request]
cp-->|f1ap_setup_req_t cp|eq[eq_f1ap_setup_request]
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment