Skip to content

UBLOX_AT_CellularContext appears to use wrong authentication for Stream sims #9711

@NeilMacMullen

Description

@NeilMacMullen

Description

I don't know whether this is really a bug in the Stream network but attempting to connect using a Stream (ARM) sim with

iface->set_credentials("stream.co.uk", "streamip", "streamip");

fails unless PAP is used in the UBLOX_AT_CellularContext constructor....

UBLOX_AT_CellularContext::UBLOX_AT_CellularContext(ATHandler &at, CellularDevice *device, const char *apn, bool cp_req, bool nonip_req) :
    AT_CellularContext(at, device, apn, cp_req, nonip_req)
{
    // The authentication to use
    //PAP seems to be required as the default in order for STREAM sims to work
	_auth = NSAPI_SECURITY_PAP;
}

Issue request type

[ ] Question
[ ] Enhancement
[X] Bug

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions