-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
153 lines (130 loc) · 6.68 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
umts-tools 0.9.4
* UMTS::Phonebook:Entry : simplify phonebook format
umts-tools 0.9.3
* UMTS::DataLog::Packet : add support for SMS reassembly
* umts-multipart.pl : allow different encoding for page and objects
* UMTS::Phonebook : improve parsing of available phonebooks
* UMTS::SMS : improve parsing of available storages
umts-tools 0.9.2
* umts-multipart.pl : add script for generating multipart/mixed pages
umts-tools 0.9.1
* Call.pm : go to idle screen before dialing video calls
* Call.pm : fix polling interval to meet expected call duration
* umts-answer.pl : fix breakage introduced in 0.9.0
umts-tools 0.9.0
* umts-pdp.pl : allow passing of init string and number as arguments
* umts-pdp.pl : on Win32 check return status of rasdial.exe
* umts-p2klog.pl : add script for parsing Motorola P2k data logs
* umts-wappush.pl : add support for more WBXML PublicIDs
* WSP::PDU : add support for ConfirmedPush, Disconnect and Suspend
* UMTS::WBXML : provide wrapper around libwbxml2 utilities
* umts-drm.pl : add support for WBXML Right Objects
* UMTS::L3 : add parsers for 3GPP layer 3 messages
* examples : add DRM content and configuration file examples
* umts-drm.pl : for SD encoding, get ContentURI from the Right Object
* doc : install HTML documentation and examples
umts-tools 0.8.1
* doc : improve all documentation, add HTML version to distribution
* SMS : move SMS PDU encoding / decoding to SMS::PDU*
* Call.pm : add video dialing support for recent Motorola handsets
* umts-drm.pl : add script for encoding / decoding DRM FL and SD files
* install-win32.bat : add script to install Perl dependencies on Win32
umts-tools 0.8.0
* PDP.pm : experimental module for PDP context establishment / release
* WSP::Headers : new module for encoding/decoding WSP headers
* WSP::PDU : new module for encoding/decoding WSP Protocol Data Units
* Dialer.pm : remove a surplus reset on the terminal
* all : add a 'bail' flag to the terminal to handle aborting
* SMS : add support for UCS2 encoding, fix 7bit encoding (septet alignment)
* umts-sms.pl : use true concatenated SMS instead of multiple SMS
* umts-sms.pl : add an option to select the SMS encoding (gsm or ucs2)
* doc : add manpages for umts-tools
umts-tools 0.7.4
* Info.pm : recognise Motorola E770v terminal
* umts-wappush.pl: fix sending to Nokia handsets (thanks Robert Grabowski)
umts-tools 0.7.3
* umts-gui.pl : allow sorting by column in SMS and Phonebook views
* INSTALL : add installation instructions for Gtk2::Perl
umts-tools 0.7.2
* umts-dialer.pl : fix broken -c option
umts-tools 0.7.1
* Call.pm : hangup Huawei handsets with AT+CHUP
* examples : add HTTP service type to OTAP example
* examples : add an example to delete OTAP settings
umts-tools 0.7.0
* umts-dialer.pl : make it possible to adjust pause between calls
* umts-answer.pl : add script to handle mobile-terminated (MT) calls
* Log.pm : use local time for timestamps instead of GMT time
* Dialer.pm : write results and log to separate files
* Dialer.pm : log intermediate results periodically
* Call.pm : implement video call monitoring
* Call.pm : add support for SEMC video call dialing
* SMS.pm : implement basic extraction of SMS stored on terminal
* umts-gui.pl : add a Gtk2-based graphic user interface
* Core.pm : add support for user preference file (requires Config::General)
* SMS.pm : add support for delivery notifications
umts-tools 0.6.0
* Terminal.pm : fix voice dialing on Nokia terminals
* Terminal.pm : fix SMS sending on Nokia/Samsung terminals
* Terminal.pm : improve UE type detection
* smser.pl : display warnings about unsupported operations
* all : use unit testing where possible
* Dummy.pm : add a 'dummy' terminal for testing purposes
* Dummy/*.pm : add various dummy terminals to emulate known handsets
* NetPacket/*.pm : add decoding of various packet types
* Terminal.pm : add function to monitor call status and detect call drops
* Dialer.pm : keep track of both call failures and call drops
* dialer.pl : add options to specify destination number and call duration
* wappush.pl : fix Service Indication WAP PUSH, support Service Loading
umts-tools 0.5.1
* INSTALL : correct some typos, add info about proxy
* phonebook.pl : add examples of ports in help message
* Dialer.pm : fix success / failure count of calls
* Terminal.pm : improve checking of dialing success, depending on UE type
umts-tools 0.5.0
* Terminal.pm : use custom PDU handling, drop dependency on GSM::SMS
* Pcap.pm : add functions to perform dumps of various packets such as PDUs
* ota.pl : add options to dump WSP/PDU packets to a pcap dump file
* Terminal.pm : improve modem resetting, should fix occasional hangs
* smser.pl : add option to send 'flash' SMS
* sms-piper.pl : script that acts as an e-mail to SMS gateway
umts-tools 0.4.0
* ota.pl : full support for OTA settings, both Nokia/Ericsson and OMA
* ota.pl : add Pcap dump support for use with Ethereal
* NetPacket : import NetPacket to build IP/UDP headers
umts-tools 0.3.7
* Terminal : add command to change TE character set
* phonebook.pl : use GSM 7bit encoding for handbook handling
* Terminal : tighter checks on SMS operations return codes
* Terminal : only send AT+CMGF=0 once when sending an SMS in PDU mode
* ota.pl : basic client for sending OTA wap settings
umts-tools 0.3.6
* Terminal : turn off echo (ATE0) to simplify parsing of responses
* Terminal : fix 'reset' routine to work reliably on Linux
* Terminal : more reliable 'wait' method, reduces CPU usage
* Dialer, Terminal : experimental video call support for Motorola phones
* Terminal, phonebook.pl : read and write phonebook from terminal
* FAQ : add a Frequently Asked Questions file
* Terminal : segment long AT commands into 64 byte chunks
* Terminal : use GSM 7bit encoding for SMS messages
umts-tools 0.3.5
* Dialer, Terminal : new constructors using named arguments
* phonebook.pl : add a script to manipulate terminal phonebooks
* all scripts : remove hard-coded values, get parameters from command line
* win32 : add a Win32 distribution that includes bits of GSM::SMS
* smser.pl : make it possible to chose between PDU and text mode
* Dialer : beep when a call setup fails
umts-tools 0.3.0
* Terminal : add functions to send SMS messages
* smser.pl : add a script to send SMS messages
umts-tools 0.2.1
* INSTALL : added installation notes
* Dialer : new class containing all mass dialing code
* Dialer : do not use sleep for less than a second, it hogs the CPU!
umts-tools 0.2.0
* Terminal : be more tolerant when parsing AT+CGMx command responses
* Terminal : retrieve IMEI from terminal
* Log : open and close log file for each new entry
* dialer.pl : print the current call number
umts-tools 0.1.0
* initial public release