Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
oai-upf-6g
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
OpenXG
oai-upf-6g
Commits
509fcbf6
Commit
509fcbf6
authored
Oct 17, 2025
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove: remove non-used header and code
parent
d162c289
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
32 deletions
+1
-32
src/upf_app/bpf/rules/include/pfcp_session_lookup_maps.h
src/upf_app/bpf/rules/include/pfcp_session_lookup_maps.h
+1
-1
src/upf_app/bpf/rules/pdr/next_prog_rule_map.h
src/upf_app/bpf/rules/pdr/next_prog_rule_map.h
+0
-31
No files found.
src/upf_app/bpf/rules/include/pfcp_session_lookup_maps.h
View file @
509fcbf6
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#include <linux/bpf.h>
#include <linux/bpf.h>
#include <stdint.h>
#include <stdint.h>
#include <ie/teid.h>
#include <ie/teid.h>
#include <next_prog_rule_map.h>
//
#include <next_prog_rule_map.h>
#include <next_prog_rule_key.h>
#include <next_prog_rule_key.h>
#include <rules_matching_pdr.h>
#include <rules_matching_pdr.h>
#include "interfaces.h"
#include "interfaces.h"
...
...
src/upf_app/bpf/rules/pdr/next_prog_rule_map.h
deleted
100644 → 0
View file @
d162c289
#ifndef __NEXT_PROG_RULE_MAP_H__
#define __NEXT_PROG_RULE_MAP_H__
#include <bpf_helpers.h>
#include <linux/bpf.h>
#include <types.h>
#define MAX_LENGTH 10000 // 10
/*
* +------------------------------------------------------+
* | m_next_rule_prog |
* +--------------------------+---------------------------+
* | Key | Value |
* +--------------------------+---------------------------+
* | | |
* | u32 FAR_ID | u32 FAR File Descriptor |
* | | |
* +--------------------------+---------------------------+
*/
// struct {
// __uint(type, BPF_MAP_TYPE_PROG_ARRAY);
// __uint(max_entries, MAX_LENGTH);
// __type(key, u32);
// __type(value, s32);
// } m_next_rule_prog SEC(".maps");
// BPF_ANNOTATE_KV_PAIR(m_next_rule_prog, u32, s32);
#endif // __NEXT_PROG_RULE_MAP_H__
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