0% found this document useful (0 votes)
5 views6 pages

DT ConfigeSM

The document outlines various components related to feature packages, discounts, counter definitions, traffic typologies, and tariff plans in a telecommunications context. It includes detailed specifications for each component, such as pricing, subscription details, notification parameters, and mapping requirements. Additionally, it provides SQL queries for identifying duplicate auto plans based on specific criteria.

Uploaded by

Phan Sokna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

DT ConfigeSM

The document outlines various components related to feature packages, discounts, counter definitions, traffic typologies, and tariff plans in a telecommunications context. It includes detailed specifications for each component, such as pricing, subscription details, notification parameters, and mapping requirements. Additionally, it provides SQL queries for identifying duplicate auto plans based on specific criteria.

Uploaded by

Phan Sokna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

1.

Feature Package (FP):


- Feature Package ID: Bundle Name
- Package Purchase Fees: Price Charge of bundle
- Auto Renewal Allowed: Allow auto or non_auto
- Cost Of Subscription: Price charge for Renew (can put renew for other price difference from price
subscription
- Period Of Subscription: Validity Subscription
- Subscription Period Type: life cycle of bundle
- Tariff Plan COSP ID: if blank, follow PLAN
- FID Bucket Reset Value: Amount Data, Voice, SMS
- Auto Renewal Toggle Allow: Allow to stop via HLAPI
- Bundle Renewal Priority: priority of renewal
- DBundle Renew Fee: Renew Charge (Promotion)/ example promotion KNY period 3day, so need
put price discount and period discount
- Bundle Impact CED: Effect to life cycle of main balance, No mean not to make change CED of
main balance
- Dur for NearExpir Notif: 24HPre_Expiry sms alert
- Accum Valid When Resub Bd: Accumulate for Resub

2. Discount Definition (DD):


- Discount ID: Name of bundle from FP (Feature ID 1/2/3..)
- Counter Definition ID (CD): Name map from FP
- Bucket Exhst Txt Fmt ID: Text string in the Text Format table, which is combined with the SMSC,
USSD, or SMS Direct to Handset notification method.
- Bckt Low Level Notif Thre: first sms notification alert
- Bucket Low Level TF ID////
- Bundle ID: name bundle////
- Bckt Expry Impact Lifecyl////
- Forced Auto Renewal Flag: Y mean can use HLAPI for auto renewal
- Bckt LowLevel Notif Thre1: sms alert before out of balance data or money, normal alert 200MB
- Bucket LowLevel TF ID1: contains a reference to the TF table to get a text string

3. Counter Definition tbl (CD):


- Counter Definition ID: Name bucket from DD
- Fixed Counter Period Dura///
- Traffic Typology ID: name bucket map to TT
- Bucket Reset Value: Bucket value provided when subscribed or renewal
- Carry Over Bucket: rollover value remains of bucket
- Counter Granularity: Paulse charge of bucket, 0 mean unlimited
- Minimum Granule Value///
- Bucket Carry Over Type///
- Maximum Carryover Value: Max value of carryover, 0 mean unlimit, 1 mean take only new
values
- *Is MaxCap///

4. Traffic Typology tbl (TT):


- **Traffic Typology ID: tariff type of bundle
- Counter Priority:
- Band Label: match with ZM or ICCB, map to BL check price charge
- Sequence Number

Relate to SMS

5. Parameter Mapping tb (PM): allow charge for bundle sub and renew charge
- **Input Value: mapping required.
- *Output Value

6. Enhanced Param Mapping (EPM): Map to TF


- **Input Value: indicates key to defines an ID for the object for which mapping is required
- **Mapping Parameter 1: (Feature package ID) name COSP ID or ALL
- ** Mapping Parameter 6: map to NCOSP (Notification Event)
- *Output Value: (Text Format ID)

7. Tariff Plan Definition (TPD): to create Tarriff Plan COSIP


- **Tariff Plan COSP ID: indicates a unique Tariff Plan COSP
- Tariff Plan ID: indicates a unique tariff plan. It is used as one rating key
- TP COSP AMA Code: the AMA code configure to make it check and make it easy

8. Usage Tariff (UTF): have Tariff plan to find Band Label to check price charge
- *Rate Group ID: mapped to the old Rate ID of RATE table
- **Tariff Plan ID: mapped from TPD, indicates the Tariff Plan or a Tariff Plan Class of Service
- **Band Label: mapped from ZM

9. Usage Rate ID (URI): Price charge


- **Rate Group ID: indicates the second level rating keys to determine a Rate ID
- *Rate ID: indicates a counter as the only key of Usage Rates table

10. Usage Rates (UR): Price charge


- **Rate ID: mapped from Rate ID of URI
- *Charge Rate: value of charge
- *Measurement Unit: Unit of charge
- Charge Granularity Type: the same Measurement Unit
- Rate AMA Code: the same Rate ID

11. Category Definition (CAD)


12. Text Format (TF): Text format ID map from NCOSP
- **Text Format ID: indicates a unique text string
- **Tariff Plan COSP ID: defines a Tariff Plan COSP ID
- *Text Format: sms text, 1sms: 160 characters ENG, 70 for KH

13. Incoming Call Charge Band (ICCB)


- **Terminating Call Zone: This field identifies the Dial Zone Plan or the Terminating Call Zone
- *Band Label: identification of Band Label

14. Action Definition (ADF)


- **Action ID: This field indicates a unique action ID
- *Service Action: indicates the fixed service actions associated with the action ID
- Data 1: take the name in Action ID

15. Advanced Life Cycle COSP (ALCC): Life cycle of profile, relate to status
- **Adv Life Cycle COSP ID: indicates the advanced life cycle Class Of Service

16. Zone Label (ZL): Map from Band Label


17. Called Party Number Zone (CPNZ):
- Called Party Number Digit: Number prefix for calling
- Call Zone Label
- Call Forward Zone Label

18. MCC MNC


19. Zone Mapping (ZM)
20. E164
21. SSIP: All IP of operator
22. Band Label (BL)
23. ECOSP///
24. Recharge Related Info (RRI): allow scratch card price and validity for profile
25. Credit Validity COSP (CVCOSP): Credit valid of scratch card
26. Audit Notification COSP (ANCOSP): Notification map to Text format ID
27. Flexible Feature tbl (FF)
28. Life Cycle Parameter (LCP)
--- TTR Duplicate Auto Plan

select '855'+convert(varchar,MSISDN) 'MSISDN', COUNTER_ID, COUNTER_STATUS,


START_DATE,END_DATE,START_TIME,END_TIME

from [SurePay].[dbo].[SurePay_CTRTDB223_20230907] (nolock)

where msisdn in (

select MSISDN from [SurePay].[dbo].[SurePay_CTRTDB223_20230907] (nolock)

where COUNTER_ID in ('TTR_$1', 'TTR_$1B', 'TTR_$6') and CTTYPE = 1

group by MSISDN

having count(MSISDN) > 1

) and COUNTER_ID in ('TTR_$1', 'TTR_$1B', 'TTR_$6') and CTTYPE = 1

order by 1

--- Serey Duplicate Auto Plan

select '855'+convert(varchar,MSISDN) 'MSISDN', COUNTER_ID, COUNTER_STATUS,


START_DATE,END_DATE,START_TIME,END_TIME

from [SurePay].[dbo].[SurePay_CTRTDB223_20230907] (nolock)

where msisdn in (

select MSISDN from [SurePay].[dbo].[SurePay_CTRTDB223_20230907] (nolock)

where COUNTER_ID in
('SereyP_$1','SereyP_$1B','SereyP_$1.5','Serey_$1.5','Serey_$2','Serey_$4','SereyP_$6','Serey_$
8','SereyP_$10','SereyP_$100') and CTTYPE = 1

group by MSISDN

having count(MSISDN) > 1

) and COUNTER_ID in
('SereyP_$1','SereyP_$1B','SereyP_$1.5','Serey_$1.5','Serey_$2','Serey_$4','SereyP_$6','Serey_$
8','SereyP_$10','SereyP_$100') and CTTYPE = 1
order by 1

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy