lp:~bkerensa/modemmanager/0.6

Created by Benjamin Kerensa and last modified
Get this branch:
bzr branch lp:~bkerensa/modemmanager/0.6
Only Benjamin Kerensa can upload to this branch. If you are Benjamin Kerensa please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Benjamin Kerensa
Project:
ModemManager
Status:
Development

Recent revisions

1233. By Benjamin Kerensa

String Fix in /policy/org.freedesktop.modem-manager.policy.in.h:10

1232. By Dan Williams <email address hidden>

core: rework logging code to remove log message truncation (bgo #698312)

Use a static GString which will resize itself if the log message
is bigger than the current string size, but will also ensure we
don't do a ton of memory reallocation on every log message.

Previously all log messages were trucated at 512 bytes due to the
log buffer char array being 512 bytes long.

1231. By Dan Williams <email address hidden>

qcdm: fix CDMA1x Pilot Sets pilot handling

The helper functions got the return code of qcdm_result_* wrong
and thus failed all requests for pilot sets.

1230. By Dan Williams <email address hidden>

core: fix mixup of signal handler disconnect vs. GSource removal

Could cause memory corruption, though it was usually only noticed
when MM was quitting.

1229. By Dan Williams <email address hidden>

blacklist: ignore a few more Arduinos (rh #861620)

1227. By Aleksander Morgado

mbm: ignore *ESTKSMS unsolicited messages

https://bugzilla.gnome.org/show_bug.cgi?id=697280

1226. By Aleksander Morgado

mbm: remove connection attempt check poll explicitly when connected

Completing a MMCallbackInfo is done asynchronously (in an idle), which means
that we may get the poll timeout called in between...

    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): --> 'AT*ENAP?<CR>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>*ENAP:2,""<CR><LF>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>OK<CR><LF>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): --> 'AT*ENAP?<CR>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>*ENAP:2,""<CR><LF>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>OK<CR><LF>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>*E2NAP: 1<CR><LF>'
    [mm-modem-mbm.c:703] mbm_e2nap_received(): connected
    [mm-port.c:181] mm_port_set_connected(): (wwan0): port now connected
    [mm-modem.c:764] mm_modem_set_state(): Modem /org/freedesktop/ModemManager/Modems/0: state changed (connecting -> connected)
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>*ERINFO: 1,0,3<CR><LF>'
    [mm-generic-gsm.c:6215] simple_state_machine(): (wwan0): simple connect state 6
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): --> 'AT*ENAP?<CR>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>*ENAP:1,""<CR><LF>'
    [mm-at-serial-port.c:334] debug_log(): (ttyACM0): <-- '<CR><LF>OK<CR><LF>'
    modem-manager[12699]: mm_callback_info_schedule: assertion `info->called == FALSE' failed

1225. By Thomas Bechtold

core: show simple connect state as string for debugging

1224. By Thomas Bechtold

sms-utils: use correct printf modifier for gsize

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers