Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test mm #1167

Closed
wants to merge 1 commit into from
Closed

test mm #1167

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FILESEXTRAPATHS:append := ":${THISDIR}/test"

SRC_URI:append = " \
file://0001-test.patch \
"
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From 2d43be4379cf1d5ca0a4d7624d15812c69c64124 Mon Sep 17 00:00:00 2001
From: Florin Sarbu <[email protected]>
Date: Thu, 12 Sep 2024 08:15:30 +0000
Subject: [PATCH] test

Signed-off-by: Florin Sarbu <[email protected]>
---
src/mm-bearer-qmi.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mm-bearer-qmi.c b/src/mm-bearer-qmi.c
index 54f2e934..d8e52f5c 100644
--- a/src/mm-bearer-qmi.c
+++ b/src/mm-bearer-qmi.c
@@ -1116,8 +1116,7 @@ get_current_settings (GTask *task, QmiClientWds *client)
QMI_WDS_REQUESTED_SETTINGS_GATEWAY_INFO |
QMI_WDS_REQUESTED_SETTINGS_MTU |
QMI_WDS_REQUESTED_SETTINGS_DOMAIN_NAME_LIST |
- QMI_WDS_REQUESTED_SETTINGS_IP_FAMILY |
- QMI_WDS_REQUESTED_SETTINGS_OPERATOR_RESERVED_PCO;
+ QMI_WDS_REQUESTED_SETTINGS_IP_FAMILY;

input = qmi_message_wds_get_current_settings_input_new ();
qmi_message_wds_get_current_settings_input_set_requested_settings (input, requested, NULL);
--
2.34.1

Loading