diff options
-rw-r--r-- | lib/network/connection/cellular.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/network/connection/cellular.pm b/lib/network/connection/cellular.pm index ad4e68d..79fa065 100644 --- a/lib/network/connection/cellular.pm +++ b/lib/network/connection/cellular.pm @@ -50,6 +50,11 @@ sub get_access_settings { ]; } +sub set_ppp_settings { + my ($self) = @_; + $self->{access}{dial_number} = "*99***$self->{access}{cid}#"; +} + sub write_settings { my ($self) = @_; $self->write_cellular_settings; |