<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/modemmanager/README.md, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-06-11T13:59:45Z</updated>
<entry>
<title>modemmanager: add option to force connection</title>
<updated>2024-06-11T13:59:45Z</updated>
<author>
<name>Oliver Sedlbauer</name>
</author>
<published>2024-06-11T13:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=06a62580355fdaca2461127004c1514fd70198bb'/>
<id>urn:sha1:06a62580355fdaca2461127004c1514fd70198bb</id>
<content type='text'>
This commit improves the automatic reconnect logic. If the modem cannot
establish a connection, for example due to poor reception, the
proto_block_restart prevents the interface from trying to reconnect.
To enforce the connection, this commit adds a new option that allows the
system to attempt to establish a connection indefinitely.

Signed-off-by: Oliver Sedlbauer &lt;osedlbauer@tdt.de&gt;
</content>
</entry>
<entry>
<title>modemmanager: add possibilty for setting initial EPS bearer</title>
<updated>2023-12-04T11:14:56Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2023-11-08T12:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=af12147f8c54ac3a44d32c5c1bd95099bc9a6c74'/>
<id>urn:sha1:af12147f8c54ac3a44d32c5c1bd95099bc9a6c74</id>
<content type='text'>
If no GSM but only 4G is available and a special APN must be used, it
is necessary to set an inital EPS bearer beforehand. If this is not set,
then modem cannot log in and register in the mobile network.

The new option 'init_epsbearer' could be set to the following options.
* none: No init EPS bearer is used and the old one is deleted (default)
* default: Use init EPS bearer with the following config options
  'iptype', 'allowedauth', 'password', 'user' and 'apn' as for the
  connection bearer.
* custom: Other parameters are used that do not match those of the
  default connection bearer. These have an 'init_' prefix and are named
  in the same way as the default connection bearer config options.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>modemmanager: Adding support for 'allow_roaming' option</title>
<updated>2023-07-24T10:57:39Z</updated>
<author>
<name>Francisco Jose Alvarez</name>
</author>
<published>2022-10-07T06:44:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7ba2c969b2708573513db5b180ca14313478de4d'/>
<id>urn:sha1:7ba2c969b2708573513db5b180ca14313478de4d</id>
<content type='text'>
Signed-off-by: Francisco Jose Alvarez &lt;francisco.alvarez@galgus.net&gt;
* Update commit head
* Rebase patch to the latest changes
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>modemmanager: support setting plmn</title>
<updated>2023-07-21T14:39:01Z</updated>
<author>
<name>Mladen Milinkovic</name>
</author>
<published>2021-08-07T09:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f3943dbb2a73f9b6563d2794953645fe21fc31ce'/>
<id>urn:sha1:f3943dbb2a73f9b6563d2794953645fe21fc31ce</id>
<content type='text'>
Signed-off-by: Mladen Milinkovic &lt;maxrd2@smoothware.net&gt;
</content>
</entry>
<entry>
<title>modemmanager: added new proto options</title>
<updated>2020-08-13T09:56:31Z</updated>
<author>
<name>Valtteri Holopainen</name>
</author>
<published>2020-08-13T09:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=46f5937ad1472050eaabd776d3d7a473bdc104e1'/>
<id>urn:sha1:46f5937ad1472050eaabd776d3d7a473bdc104e1</id>
<content type='text'>
Added signal refresh rate option
modemmanager: update readme.md
Added description for added proto options.

Added compile option to compile --with-at-command-via-dbus for allowing
AT commands to modem without --debug flag

 Changes to be committed:
	modified:   net/modemmanager/Config.in
	modified:   net/modemmanager/Makefile
	modified:   net/modemmanager/files/modemmanager.init
	modified:   net/modemmanager/files/modemmanager.proto
	modified:   README.md

Signed-off-by: Valtteri Holopainen &lt;valtsu@gmail.com&gt;
</content>
</entry>
<entry>
<title>modemmanager: improve package README</title>
<updated>2020-05-14T07:19:57Z</updated>
<author>
<name>Aleksander Morgado</name>
</author>
<published>2020-05-05T13:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=daff1c44970440fd797c8899d859e859b9db6919'/>
<id>urn:sha1:daff1c44970440fd797c8899d859e859b9db6919</id>
<content type='text'>
Explain which are the options supported by the protocol, and also
which are the supported values in each (if the field has value
validation).

Signed-off-by: Aleksander Morgado &lt;aleksander@aleksander.es&gt;
</content>
</entry>
<entry>
<title>modemmanager: add ModemManager to packages</title>
<updated>2019-09-27T01:26:51Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2019-09-27T01:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=180fb0d6225e56d60bb58a92d823344f7394b19a'/>
<id>urn:sha1:180fb0d6225e56d60bb58a92d823344f7394b19a</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas.smith@telcoantennas.com.au&gt;
</content>
</entry>
</feed>
