Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG-AMF
Commits
dc38b518
Commit
dc38b518
authored
Dec 14, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments
parent
3a578f11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
src/amf-app/amf_event.hpp
src/amf-app/amf_event.hpp
+4
-4
src/amf-app/amf_event_sig.hpp
src/amf-app/amf_event_sig.hpp
+4
-1
No files found.
src/amf-app/amf_event.hpp
View file @
dc38b518
...
...
@@ -52,7 +52,7 @@ class amf_event {
/*
* Subscribe to Location Report signal
* @param [const ue_location_report_sig_t::slot_type&] sig:
slot_type
* @param [const ue_location_report_sig_t::slot_type&] sig: slot_type
* parameter
* @return boost::signals2::connection: the connection between the signal and
* the slot
...
...
@@ -62,7 +62,7 @@ class amf_event {
/*
* Subscribe to UE Reachability Status Notification signal
* @param [const ue_reachability_status_sig_t::slot_type&] sig:
slot_type
* @param [const ue_reachability_status_sig_t::slot_type&] sig: slot_type
* parameter
* @return boost::signals2::connection: the connection between the signal and
* the slot
...
...
@@ -72,7 +72,7 @@ class amf_event {
/*
* Subscribe to UE Registration State Notification signal
* @param [const ue_registration_state_sig_t::slot_type&] sig:
slot_type
* @param [const ue_registration_state_sig_t::slot_type&] sig: slot_type
* parameter
* @return boost::signals2::connection: the connection between the signal and
* the slot
...
...
@@ -82,7 +82,7 @@ class amf_event {
/*
* Subscribe to UE Connectivity State Notification signal
* @param [const ue_connectivity_state_sig_t::slot_type&] sig:
slot_type
* @param [const ue_connectivity_state_sig_t::slot_type&] sig: slot_type
* parameter
* @return boost::signals2::connection: the connection between the signal and
* the slot
...
...
src/amf-app/amf_event_sig.hpp
View file @
dc38b518
...
...
@@ -37,10 +37,13 @@
namespace
bs2
=
boost
::
signals2
;
namespace
amf_application
{
// TODO: Location-Report
// Signal for UE Location Report
// SUPI, User Location, HTTP version
typedef
bs2
::
signal_type
<
void
(
std
::
string
,
oai
::
amf
::
model
::
UserLocation
,
uint8_t
),
bs2
::
keywords
::
mutex_type
<
bs2
::
dummy_mutex
>>::
type
ue_location_report_sig_t
;
// TODO: Presence-In-AOI-Report
// TODO: Time-Zone-Report
// TODO: Access-Type-Report
...
...
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