Hi Arun, On 08/19/2010 04:27 AM, Arun.Ravindran(a)elektrobit.com wrote: > > Hi All, > > In mux_query_cb(), the frame size is taken as default (31 or 64). We > have a case where the default values are not accepted by the modem. > > Gatmux is a generic component, and so makes all modem to use the default > values, one needs to modify the gatmux to enable for example, a larger > frame size. > > Why not let the modem plug-in parse the CMUX query and decide on a > suitable configuration for enabling MUX? > > What is your opinion? g_at_mux_setup_gsm0710 is really meant for the default cases. If you have some particular hardware in mind that requires specific parameters, then sending the AT+CMUX command directly is a much better idea. Regards, -Denis