aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/smscb.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15smscb: Tx Failure and Restart Ind for each Bcast Msg TypePau Espin Pedrol1-0/+2
2022-07-15smscb: Tx Failure and Restart Ind using CGI as cellIDPau Espin Pedrol1-19/+9
2022-06-17smscb: Tx CBSP FAILURE/RESTART for specific cell when it becomes (un)operationalPau Espin Pedrol1-0/+50
2022-06-16smscb: Base cell operational life cycle on CBCH being operativePau Espin Pedrol1-1/+72
2022-06-10Move all SMSCB/CBC vty code to its own filePau Espin Pedrol1-54/+0
2022-05-15smscb: "Warning Security Information is always present in ETWSHarald Welte1-11/+2
2022-05-13smscb: fix meaningless condition in etws_primary_to_bts()Vadim Yanitskiy1-5/+3
2022-05-13smscb: Send ETWS PN to BTS if ETWS active before BTS connectsHarald Welte1-25/+41
2022-04-28cbsp: Reject CBSP WRITE for emergency if emergency already activeHarald Welte1-3/+28
2022-04-28cbsp: Implement KILL for Emergency BroadcastHarald Welte1-13/+49
2022-04-28smscb: Always start ETWS timer even in cells without ETWS supportHarald Welte1-5/+7
2022-04-28smscb: Store ETWS input state from CBSPHarald Welte1-14/+47
2022-04-28smscb: Don't include extraneous IEs in CBSP KILL COMPLETE / FAILUREHarald Welte1-10/+20
2022-04-14smscb: Populate "Number of Broadcasts Completed" to KILL COMPLETEHarald Welte1-0/+2
2022-03-29CBSP: implement MESSAGE STATUS QUERYHarald Welte1-1/+68
2022-03-28SMSCB: Preserve padding at end of page in CBSP -> RSL conversionHarald Welte1-1/+7
2021-01-04smscb: Fix adding of SMSCB messages when no message with lower period existsHarald Welte1-0/+2
2020-11-20fix some size-t format string charactersHarald Welte1-1/+1
2020-08-25CBSP: log CBSP RESET on NOTICENeels Hofmeyr1-0/+2
2020-08-25CBSP: on RESET, also clear the etws_timer, and stop ETWS PN broadcastNeels Hofmeyr1-0/+4
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2019-09-08SMSCB: Send ETWS Primary Notifiation via RSL to BTSHarald Welte1-6/+23
2019-09-06SMSCB: Send ETWS primary warning message via all dedicated channelsHarald Welte1-2/+61
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-0/+823