Ticket #1082 (closed defect: fixed)
PIN Status Missing
| Reported by: | thomas@… | Owned by: | erin_yueh@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | gsmd | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@…, balrogg@…, tick@…, sean_chiang@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
PIN status functions (AT+CPIN?) are not implemented in gsmd
Attachments
Change History
comment:6 Changed 5 years ago by erin_yueh@…
- Status changed from assigned to closed
- Resolution set to fixed
committed the patch
comment:7 Changed 5 years ago by balrogg@…
How about putting all the code in "PIN" instead of "PHONE"? (pin.c instead of
misc.c, etc.) This function is strictly connected with PIN functionality.
Also reporting the full modem response to the client is not very useful, the
client could equally well just use the passthrough mode. I think gsmd should go
through all the reported pin names and return some kind of mask with one bit
set/cleared for each pin type.
comment:8 Changed 5 years ago by erin_yueh@…
Yeah, i agree with u. i will put "PIN" functions to related code. Also, parse
the response and use "enum gsmd_pin_type". Thanks!
Changed 5 years ago by erin_yueh@…
- Attachment getCPIN.patch added
move PIN name and change this first item name
Note: See
TracTickets for help on using
tickets.
