diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-04 11:08:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-04 11:17:50 +0200 |
commit | 2e1562fb02e7a2b45e84c0b8d861d149bfa890d2 (patch) | |
tree | 520fdfacce938fd8e37c7e2ff0faf3027cfa3c57 /data/templates/wwan/chat.tmpl | |
parent | 943eca2844b04c737f66f76fee663d40e23c2ccd (diff) | |
download | vyos-1x-2e1562fb02e7a2b45e84c0b8d861d149bfa890d2.tar.gz vyos-1x-2e1562fb02e7a2b45e84c0b8d861d149bfa890d2.zip |
wwan: T1988: move Jinja2 templates to data/templates folder
This makes the actual code which generates the configs much more human
readable.
Diffstat (limited to 'data/templates/wwan/chat.tmpl')
-rw-r--r-- | data/templates/wwan/chat.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/templates/wwan/chat.tmpl b/data/templates/wwan/chat.tmpl new file mode 100644 index 000000000..78453bc5b --- /dev/null +++ b/data/templates/wwan/chat.tmpl @@ -0,0 +1,6 @@ +ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
+'' AT
+OK ATZ
+OK 'AT+CGDCONT=1,"IP","{{ apn }}"'
+OK ATD*99#
+CONNECT ''
|