Ticket #102 (closed defect: fixed)
SIM phonebook access
| Reported by: | laforge@… | Owned by: | laforge@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | gsmd | Version: | current svn head |
| Severity: | critical | Keywords: | |
| Cc: | buglog@…, jserv@…, balrogg@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Attachments
Change History
comment:2 Changed 6 years ago by laforge@…
- Status changed from new to assigned
- Severity changed from normal to critical
Changed 6 years ago by jserv@…
- Attachment 001-gsmd-multi-line-response.patch added
Multi-line AT responses support
Changed 6 years ago by jserv@…
- Attachment 001-gsmd-multi-line-response.2.patch added
Multi-line AT responses support
comment:6 Changed 6 years ago by balrogg@…
Please note that mlbuf_len needs to be static if it is to be used.
It would be nice if the diffs could base on top the SMS patches (or the other
way). Getting this code into SVN would make cooperation much easier, that's
what SVN is for. Otherwise we should setup a temporary repository elsewhere
with common access, or it's going be a mess.
Changed 6 years ago by jserv@…
- Attachment 012_phonebook-hacks.patch added
SIM Phonebook access implementation.
Changed 6 years ago by erin_yueh@…
- Attachment phonebook_v2.patch added
reading/finding phonebook entries
comment:9 Changed 6 years ago by tick@…
- Status changed from assigned to closed
- Resolution set to fixed
I want to close this issue for the following committed patches
r3202 | jserv | 2007-10-17 14:18:34 +0800 (三, 17 10月 2007) | 9 lines
Improvement for find and read phonebooks in gsmd.
From: Sean Chiang <sean_chiang@…>
Subject: [PATCH] Improvement for find and read phonebooks in gsmd
This patch is an improvement for find and read phonebooks.
After clients make a request to find / read phonebooks, then clients
should make a request to retrieve all the records.
r3203 | jserv | 2007-10-17 14:20:14 +0800 (三, 17 10月 2007) | 9 lines
Improvement for finding / reading phonebook records in shell.
From: Sean Chiang <sean_chiang@…>
Subject: [PATCH] improvement for find and read phonebooks in shell
This patch improves the functions to find and read phonebooks in shell.
Besides prr and pf, I add two new commands pRr and pRf to retrieve the
phonebook.
