CN100478880C - Configurable user log-in method of telecommunication equipment - Google Patents

Configurable user log-in method of telecommunication equipment Download PDF

Info

Publication number
CN100478880C
CN100478880C CNB2007100135155A CN200710013515A CN100478880C CN 100478880 C CN100478880 C CN 100478880C CN B2007100135155 A CNB2007100135155 A CN B2007100135155A CN 200710013515 A CN200710013515 A CN 200710013515A CN 100478880 C CN100478880 C CN 100478880C
Authority
CN
China
Prior art keywords
landing
rules
information
telecommunication apparatus
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CNB2007100135155A
Other languages
Chinese (zh)
Other versions
CN101013366A (en
Inventor
裴广锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Communication Information System Co Ltd
Original Assignee
Inspur Communication Information System Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Communication Information System Co Ltd filed Critical Inspur Communication Information System Co Ltd
Priority to CNB2007100135155A priority Critical patent/CN100478880C/en
Publication of CN101013366A publication Critical patent/CN101013366A/en
Application granted granted Critical
Publication of CN100478880C publication Critical patent/CN100478880C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

It is a configurable telecommunication equipment users landing method, and the process defines a group of landing processing rules and a rule processing flow, and during the concrete landing operation, in accordance with the instruction from the landing rules, to judge the slave equipment had received what information, and send what information to the equipment, and whether a landing successful, and so on. Therefore, it achieves one procedure available to land multiple telecommunication equipments, and when the new telecommunication equipment pushing into application, it can only add the corresponding landing rules to realize the target for users landing. Ensure adaptability and maintainability of the landing procedure and provide maintenance efficiency of the telecommunication equipment. The beneficial effect of this invention is that using one users landing procedure to complete users landing work for all telecommunication equipments, greatly reducing the procedure code. Especially after the application of new equipment, only adding the corresponding landing rules in the configuration, it can achieve its users landing, and not having to modify procedure, so greatly enhancing the flexibility and adaptability of the landing procedure.

Description

Configurable user log-in method of telecommunication equipment
Technical field
The present invention relates to communication technique field, specifically be used for the writing of User login program of telecommunication apparatus, solve present communication apparatus type many, upgrade frequent caused landing program and frequently change problem.
Background technology
At present, the administration interface that many telecommunication apparatus provide all adopts the mode of order line, managing these equipment all needs to land these equipment with the predetermined user name, just approve this user's legitimacy after by password authentification, and allowing this user to carry out follow-up bookkeeping, some equipment of going back also needs to carry out a series of command operation and just can set management environment behind User login.Because the manufacturer of telecommunication apparatus is numerous and renewal speed is fast, so it is various to land the treatment scheme complexity.When writing the automatic supervisory routine of these telecommunication apparatus, conventional way is all to write one at each equipment to land handling procedure, causes supervisory routine very huge, difficult in maintenance.After new telecommunication apparatus is used, need to revise and could realize landing after original program is added corresponding treatment scheme, the work period is long and need the programming personnel to get involved, and influences very much the maintenance efficiency of equipment.
Summary of the invention
In order to overcome the drawback that conventional User login treatment scheme is brought, the present invention has analyzed the common ground of the User login flow process of all devices, and defined the dedicated rules of one group of User login according to these common ground, define a cover dedicated processes flow process in addition and analyzed these rules, realized that a landing program can insert plurality of devices, and after new equipment is used, only just can realize the target landed in configuration file, adding corresponding rule.
The telecommunication apparatus User login disposal route of special use of the present invention, concrete steps comprise:
1) initial landing program will be provided with one initial " program current state number ", connects telecommunication apparatus then, and the equipment of reading sends and lands information;
2) when slave unit is received character that lands information, at first it is kept in the row buffer, detect all landing rules of this equipment then in turn, see whether " rule state number " in the rule conforms to " program current state number ", if " rule state number " of all rules do not conform to " program current state number ", then get back to the 1st) step continues to carry out; If have a rule to mate this condition, then carry out the 3rd) step;
3) take out " information of receiving from telecommunication apparatus " in this rule, see that this information is whether identical with the information of preserving in the row buffer, if the match is successful for this condition, then see in this rule whether whether " land and successfully indicate " arranged, if this rule does not have " land and whether successfully indicate ", then carry out the 4th) step; If whether " land and successfully indicate " is arranged in this rule, then carries out the 6th) step;
4) check in this rule and whether have " information that will send to telecommunication apparatus ", if corresponding information is arranged, then information is being handled, after " user name " and " password " that define in rule sign replaced to actual user name and password corresponding with equipment, this information is sent to telecommunication apparatus, carries out the 5th then) step.
5) take out " state of next bar rule number " of this rule definition, revise " program current state number " and make it equal " state of next bar rule number ", get back to the 1st then) step continues to carry out.
6) judge according to " land and whether successfully indicate " in this rule whether landfall process is successful, and landfall process finishes.
During the programming apparatus landing program, adopt a landing program to add that multiple landing rules solves the plurality of devices logon problem.
When the programming apparatus landing program, adopt the configuration file or the configuration database that have nothing to do with landing program to deposit the telecommunication apparatus landing rules.
Major advantage of the present invention is: for the telecommunication apparatus of every kind of manufacturer, type, version all defines one group of User login rule, all landing rules all are kept in the configuration file of a special use.Design and develop a User login program that has nothing to do with concrete rule, when carrying out the User login of concrete equipment, landing program is at first searched corresponding landing rules according to three key elements of manufacturer, type, version of this equipment in configuration file.After finding rule, landing program judges that at first which type of telecommunication apparatus sent now and landed information, indication according to rule sends corresponding information to telecommunication apparatus then, and judge whether to land success or failure, thereby finish the User login treatment scheme of equipment according to the indication of rule.
The invention has the beneficial effects as follows, finished the User login work of all telecommunication apparatus, the size of code of program is reduced greatly with a User login program.After particularly having new equipment to use, only add corresponding landing rules and just can realize its User login in configuration, and needn't update routine, the dirigibility of landing program and adaptability are strengthened greatly.
Description of drawings
Fig. 1 User login schematic flow sheet.
Embodiment
Every landing rules is in order to descend character representation in the method for the invention:
(1) rule state number is represented with " STEP "; (2) information of receiving from telecommunication apparatus is represented with " RECVMSG=="; (3) land whether successfully sign " LOGIN_STATUS " expression; (4) will be to the information that telecommunication apparatus is sent " SENDMSG " expression; (5) state of next bar rule number is represented with " NEXT_STEP ".
It is as shown in Figure 2, of the present invention that concrete to land treatment scheme as follows:
1, initial landing program will be provided with one initial " program current state number ", connects telecommunication apparatus then, and the equipment of reading sends and lands information;
2, when slave unit is received character that lands information, at first it is kept in the row buffer, detect all landing rules of this equipment then in turn, see whether " rule state number " in the rule conforms to " program current state number ", if " rule state number " of all rules do not conform to " program current state number ", then get back to the 1st) step continues to carry out; If have a rule to mate this condition, then carry out the 3rd) step;
3, take out " information of receiving from telecommunication apparatus " in this rule, see that this information is whether identical with the information of preserving in the row buffer, if the match is successful for this condition, then see in this rule whether whether " land and successfully indicate " arranged, if this rule does not have " land and whether successfully indicate ", then carry out the 4th) step; If whether " land and successfully indicate " is arranged in this rule, then carries out the 6th) step;
4, check in this rule and whether have " information that will send to telecommunication apparatus ", if corresponding information is arranged, then information is being handled, after " user name " and " password " that define in rule sign replaced to actual user name and password corresponding with equipment, this information is sent to telecommunication apparatus, carries out the 5th then) step.
5, take out " state of next bar rule number " of this rule definition, revise " program current state number " and make it equal " state of next bar rule number ", get back to the 1st then) step continues to carry out.
6, judge according to " land and whether successfully indicate " in this rule whether landfall process is successful, and landfall process finishes.
Summarize method of the present invention, the step that new equipment lands is, the initial landing program will be provided with one initial " program current state number ", connects telecommunication apparatus then and reads the information that it is sent.When receiving a character from telecommunication apparatus, at first all it is kept in the row buffer, detect all landing rules of this equipment then in turn, see that " rule state number " in the rule conforms to " program current state number ".If have a rule to mate this condition, then carry out subsequent treatment: at first take out " information of receiving from telecommunication apparatus " in this rule, whether see identical with the information of preserving in the row buffer.If the match is successful for this condition, whether have " land whether successfully indicate ", if there is sign then to judge whether to have landed success or failure if then seeing in this rule.If this rule does not have " whether land successfully sign ", then see in this rule and whether have " information that will send to telecommunication apparatus ", if having then corresponding information is sent to telecommunication apparatus.Take out " state of next bar rule number " of this rule definition at last, revising " program current state number " makes it equal " state of next bar rule number ", a program character sending of receiving equipment more then, again carry out above-mentioned matching operation, in finding current rule, have till " whether successfully to land sign ", and return according to the sign of indicating in the rule and whether to land success message.

Claims (3)

1, configurable user log-in method of telecommunication equipment, it is characterized in that finishing the User login work of all telecommunication apparatus with a User login program, after having new equipment to use, add corresponding landing rules by configuration and realize its User login, and needn't revise landing program, the dirigibility and the adaptability of landing program are strengthened greatly, and this treatment step is as follows:
1) initial landing program will be provided with one initial " landing program current state number ", connects telecommunication apparatus then, waits telecommunication apparatus and sends and land information;
2) when receiving character that lands information from telecommunication apparatus, at first it is kept in the row buffer, detect all landing rules of this telecommunication apparatus then in turn, see whether " landing rules state number " in the landing rules conforms to " landing program current state number ", if " the landing rules state number " of all landing rules do not conform to " landing program current state number ", then get back to the 1st) step continues to carry out; If have one " landing rules " to mate " landing program current state number ", then carry out the 3rd) step;
3) take out " information of receiving from telecommunication apparatus " in this landing rules, see that this information is whether identical with the information of preserving in the row buffer, if the match is successful with " information of receiving from telecommunication apparatus ", then see in this landing rules whether whether " land and successfully indicate " arranged, if this landing rules does not have " land and whether successfully indicate ", then carry out the 4th) step; If whether " land and successfully indicate " is arranged in this landing rules, then carries out the 6th) step;
4) check in this landing rules and whether have " information that will send to telecommunication apparatus ", if corresponding information is arranged, then again information is handled, after " user name " and " password " that define in landing rules sign replaced to actual user name and password corresponding with telecommunication apparatus, this information is sent to telecommunication apparatus, carries out the 5th then) step;
5) take out the definition of this landing rules " next bar landing rules state number ", revise " landing program current state number " and make it equal " next bar landing rules state number ", get back to the 2nd then) step continues to carry out;
6) judge according to " land and whether successfully indicate " in this landing rules whether landfall process is successful, and landfall process finishes.
2, method according to claim 1 when it is characterized in that writing the telecommunication apparatus landing program, adopts a landing program to add that multiple landing rules solves the plurality of devices logon problem.
3, method according to claim 1 is characterized in that when writing the telecommunication apparatus landing program, adopts the configuration file or the configuration database that have nothing to do with landing program to deposit the telecommunication apparatus landing rules.
CNB2007100135155A 2007-02-05 2007-02-05 Configurable user log-in method of telecommunication equipment Expired - Fee Related CN100478880C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2007100135155A CN100478880C (en) 2007-02-05 2007-02-05 Configurable user log-in method of telecommunication equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2007100135155A CN100478880C (en) 2007-02-05 2007-02-05 Configurable user log-in method of telecommunication equipment

Publications (2)

Publication Number Publication Date
CN101013366A CN101013366A (en) 2007-08-08
CN100478880C true CN100478880C (en) 2009-04-15

Family

ID=38700902

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2007100135155A Expired - Fee Related CN100478880C (en) 2007-02-05 2007-02-05 Configurable user log-in method of telecommunication equipment

Country Status (1)

Country Link
CN (1) CN100478880C (en)

Also Published As

Publication number Publication date
CN101013366A (en) 2007-08-08

Similar Documents

Publication Publication Date Title
CN100367253C (en) Method and system for expanding peripherals
CN103516529A (en) Management method, device and system of configuration files
CN103399546A (en) Method and system for controlling triple redundancy
CN103970578A (en) Method for upgrading master and slave MCUs (micro control units)
CN105262614A (en) Service processing method and system based on service plug-in
CN112669110A (en) Server label management method and related equipment
CN105634919A (en) Information releasing method based on user behavior simulation
CN108769241B (en) Operation method, device and system for remote control of heat pump unit
CN107945430B (en) Serial-port-based bidirectional concurrent communication method for intelligent POS machine
CN100478880C (en) Configurable user log-in method of telecommunication equipment
CN105224327A (en) A kind of embedded equipment variable exchanges transport address off-line distribution method
CN102307201A (en) Method and device of offline registration
CN103634707A (en) Communication method
CN104850638B (en) ETL concurrent process decision-making technique and device
CN107730069A (en) The method and apparatus of standard construction flow
CN104540105B (en) A kind of mobile message is up and descending transmission method and system
CN109767082A (en) A kind of multiplexing industry equipment collaboration operational method and system based on regional location
CN101175315A (en) Method and system for updating control mobile station
CN106484778A (en) Material distribution method and material dispensing device based on SOA
CN112596481B (en) MES management system and method supporting plug-in interactive nodes
CN100450028C (en) System resource management method for telecommunication apparatus
CN107944507A (en) Packaging products in boxes error-reporting method and its system
CN101631045B (en) Message northorientation treatment method and message northorientation server
CN107800772A (en) Maintenance personal's dispatching method and Internet of things system based on compound Internet of Things
CN106817260A (en) A kind of Cabinet administration system and method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20090415

Termination date: 20120205