Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mmsd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
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
Chris T
mmsd
Commits
f1a79ab4
Commit
f1a79ab4
authored
Jan 19, 2021
by
Chris T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add TODO
I added a TODO in where it makes sense to help handle the bearer more comprehensively.
parent
678302fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
plugins/modemmanager.c
plugins/modemmanager.c
+7
-0
No files found.
plugins/modemmanager.c
View file @
f1a79ab4
...
...
@@ -217,6 +217,13 @@ handle_method_call (GDBusConnection *connection,
response
=
set_context
();
g_dbus_method_invocation_return_value
(
invocation
,
g_variant_new
(
"(h)"
,
response
));
/*
* TODO: I think this needs to be modified from "Set Context" to
* "activate bearer and process request queue". This allows
* MM mmsd to stay stateless, and it can be told then when it
* can check for new MMS messages.
*/
}
}
...
...
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