summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShweta Jain <shweta2.jain@intel.com>2020-07-06 22:39:20 +0300
committerDenis Kenzior <denkenz@gmail.com>2020-07-08 11:47:55 -0500
commitd0c014111e1923e48147262407593cd0359ae35f (patch)
tree1bec642fe7e894f52f8a8726bcd4985a847e59fe
parentae8eb80d877649f73ebe3acd9b8cef96d981f1ec (diff)
downloadofono-d0c014111e1923e48147262407593cd0359ae35f.tar.gz
gatchat: increase line buffer max size
Some modems might transfer results that are larger than the current buffer. Increase it.
-rw-r--r--gatchat/gatresult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatresult.h b/gatchat/gatresult.h
index e92d38ba..5993b233 100644
--- a/gatchat/gatresult.h
+++ b/gatchat/gatresult.h
@@ -35,7 +35,7 @@ struct _GAtResult {
typedef struct _GAtResult GAtResult;
-#define G_AT_RESULT_LINE_LENGTH_MAX 2048
+#define G_AT_RESULT_LINE_LENGTH_MAX 4096
struct _GAtResultIter {
GAtResult *result;