aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 7c8d441fac024299143cc23d0e2ada1b017cfcad (plain)
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
osmo-bts (1.3.3) unstable; urgency=medium

  * debian/control: remove dh-systemd build-depend

 -- Oliver Smith <osmith@sysmocom.de>  Mon, 06 Sep 2021 15:24:34 +0200

osmo-bts (1.3.2) unstable; urgency=medium

  * osmo-bts-trx: fix hopping pointer bug in trx_sched_fn()

 -- Vadim Yanitskiy <vyanitskiy@sysmocom.de>  Thu, 20 May 2021 17:30:07 +0000

osmo-bts (1.3.1) unstable; urgency=medium

  [ Vadim Yanitskiy ]
  * lchan2lch_par(): fix missing default branch in switch

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Wed, 21 Apr 2021 18:14:27 +0200

osmo-bts (1.3.0) unstable; urgency=medium

  [ Michael McTernan ]
  * measurement: use signed integer for division of ta256b_sum

  [ Vadim Yanitskiy ]
  * common/vty.c: get rid of generic exit / end commands
  * common/abis.c: make use of RSL TEI from OML IPA RSL Connect
  * L1SAP: use LOGL_DEBUG for logging from rach_pass_filter()
  * osmo-bts-sysmo/Makefile.am: fix: do not overwrite bin_PROGRAMS
  * vty: fix left shift by 31 cannot be represented in type 'int'
  * common/sysinfo: reduce criticality of a logging message
  * osmo-bts-virtual: fix wrong endianness in gsmtap_hdr_stringify()
  * osmo-bts-virtual: do not print redundant info in tx_to_virt_um()
  * osmo-bts-virtual: do not log GSMTAP message sending failure twice
  * l1sap: fix gsmtap_ph_rach(): properly pack 8-bit and 11-bit RA
  * osmo-bts-{sysmo,oc2g,lc15}: fix segfault on 'dsp-trace-flag'
  * osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers
  * oml: fix oml_mo_tx_sw_act_rep(): do not allocate FOM header twice
  * fix typo in osmo_bts_variant_names: s/omso/osmo/g
  * doc/manuals: fix typo in interfaces.adoc: s/Omsocom/Osmocom/g
  * osmo-bts-omldummy: print a brief usage statement if argc < 3
  * osmo-bts-omldummy: make number of transceivers configurable
  * vty: get rid of unused ournode_{exit,end}_cmd declarations
  * vty: cosmetic: make an error message more informative
  * vty: use gsm48_chan_mode_name() from libosmocore
  * gsm_data_shared: drop unused supports_egprs_11bit_rach
  * gsm_data_shared: drop unused enum bts_gprs_mode
  * gsm_data_shared: drop unused channel request reason definitions
  * gsm_data_shared: get rid of unused HARDCODED_{ARFCN,BSIC}
  * gsm_data_shared: get rid of unused HARDCODED_BTS{0,1,2}_TS
  * gsm_data_shared: get rid of unused enum gsm_hooks
  * gsm_data_shared: drop declaration of non-existing gsm_parse_reg()
  * gsm_data_shared: drop unused A38_XOR_{MIN,MAX,COMP128}_KEY_LEN
  * gsm_data_shared: drop unused MAX_EARFCN_LIST
  * gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}
  * gsm_data_shared: drop unused struct bts_codec_conf
  * gsm_data_shared: drop meaningless comments
  * gsm_data_shared: drop unused sacch_deact from struct gsm_lchan
  * gsm_data_shared: drop forward declaration of struct vty
  * gsm_data_shared: drop unused *nmh from struct gsm_bts
  * gsm_data_shared: drop unused dtxu from struct gsm_bts
  * gsm_data_shared: drop unused ctrl_ack_type_use_block & net_ctrl_ord
  * gsm_data_shared: drop unused rach_b_thresh & rach_ldavg_slots
  * gsm_data_shared: drop force_combined_si & bcch_change_mark
  * scheduler: drop non-existing extern declarations
  * vty: fix bts_dump_vty(): properly print OML stream ID (TEI)
  * rsl: refactor handling of RSL_IE_MR_CONFIG
  * osmo-bts-trx: prettify Makefile.am: make it git friendly
  * osmo-bts-trx: fix: use noinst_HEADERS instead of EXTRA_DIST
  * osmo-bts-virtual: cosmetic: use LID_{SACCH,DEDIC} macros
  * doc/examples: remove virtual/openbsc-virtual.cfg
  * common/scheduler: fix unreachable code in trx_sched_set_lchan()
  * common/scheduler: use boolean for channel activation state
  * osmo-bts-trx/trx_if: fix memleak in trx_ctrl_cmd_cb()
  * osmo-bts-trx/trx_if: cosmetic: s/ocommand/command/
  * oml: fix TL16V length calculation in add_bts_feat()
  * osmo-bts-trx: indicate BTS_FEAT_EGPRS support to BSC
  * gsm_data_shared: use bitvec API to allocate the feature vector
  * Do not mix public and private BTS features, use libosmocore's API
  * osmo-bts-trx/scheduler: properly handle NOPE.ind during handover
  * osmo-bts-trx: use osmo_store32be() in trx_if_send_burst()
  * osmo-bts-trx: move logical channel handlers to separate files
  * osmo-bts-trx: introduce and use struct trx_dl_burst_req
  * osmo-bts-trx: store pointer to gsm_lchan in l1sched_chan_state
  * osmo-bts-trx: include BS Power reduction in Downlink bursts
  * A-bis/RSL: refactor handling of BS Power IE (power reduction)
  * A-bis/OML: fix logging: do not print A-bis MO name twice
  * Use libosmocore's TDMA frame number API (constatns & arithmetic)
  * osmo-bts-trx: fix trx_sched_fn(): properly advance frame number
  * osmo-bts-trx/scheduler: make mark trx_sched_fn() return void
  * vty: fix missing separator in help for power ramp commands
  * osmo-bts-trx/scheduler: get rid of _sched_fcch_burst
  * A-bis/OML: handle hopping params in Set Channel Attributes
  * osmo-bts-trx/scheduler: cosmetic: move trx_if_powered() check
  * osmo-bts-trx/scheduler: get rid of unused 'meas' in l1sched_chan_state
  * l1sap: do not print redundant info in l1sap_chan_act()
  * Constify the 'trx' argument of trx_get_hlayer1() everywhere
  * common: constify the argument of trx_ms_pwr_ctrl_is_osmo()
  * pcu_sock: constify the argument of ts_should_be_pdch()
  * osmo-bts-trx/scheduler: fix CLCK.ind handling during ramping down
  * osmo-bts-trx/scheduler: refactor dummy burst scheduling
  * oml: fix ARFCN range check in oml_rx_set_radio_attr()
  * oml: fix ARFCN range check in oml_rx_set_bts_attr()
  * pcu_sock: use a 'switch' statement in ts_should_be_pdch()
  * pcu_sock: warn about maximum transceiver number constraints
  * pcu_sock: separate trx / ts filling from pcu_tx_info_ind()
  * pcu_sock: use LOGPTRX() in info_ind_fill_trx()
  * osmo-bts-trx/scheduler: implement baseband frequency hopping
  * osmo-bts-trx: indicate support of BTS_FEAT_HOPPING
  * l1sap: radio_link_timeout(): clarify logging messages
  * l1sap: radio_link_timeout(): use LOGPLCHAN() macro
  * l1sap: radio_link_timeout(): bad_frame is a boolean
  * rsl: constify the 'lchan' argument of rsl_tx_conn_fail()
  * debian/control: change maintainer to the Osmocom team / mailing list
  * osmo-bts-omldummy: enable BTS_FEAT_{CBCH,HOPPING} support
  * vty: clarify documentation of '[no] gsmtap-sapi' command
  * vty: add 'gsmtap-sapi (enable-all|disable-all)' command
  * osmo-bts-trx/trx_provision_fsm: fix misleading comment in header
  * osmo-bts-trx/trx_provision_fsm: cosmetic: switch is not a function
  * osmo-bts-trx/l1_if: drop redundant logging message
  * osmo-bts-trx: fix trx_init(): do not send OPSTART ACK blindly
  * osmo-bts-trx/trx_provision_fsm: add missing default labels
  * osmo-bts-trx: also print 'txtune-ack' in st_open_poweroff()
  * struct gsm_bts_trx: remove unused per-TRX OML Link pointer
  * struct gsm_bts_trx[_ts]: remove unused parsed NM attribute list
  * gsm_data: rename hopping.{ma,ma_len} to hopping.arfcn_{list,num}
  * pcuif_proto: version 10: add frequency hopping parameters
  * osmo-bts-trx/scheduler: refactor UL burst measurement processing
  * vty: fix bts_dump_vty_features(): properly check BTS model flags
  * bts: cosmetic: make param 'net' of gsm_bts_num() const
  * vty: cosmetic: use osmo_talloc_replace_string()
  * tx_power: make trx/lchan struct pointers const where possible
  * vty: make most struct pointers const in show/write commands
  * osmo-bts-omldummy: fix: do not crash on OML connection drop/failure
  * osmo-bts-omldummy: suppress 'Unimplemented bts_model_trx_deact_rf'
  * vty: fix 'show bts' command: print proper BTS variant
  * vty: fix 'show bts' command: BTS number is optional
  * pcu_sock: cosmetic: use ARRAY_SIZE() in pcu_tx_info_ind()
  * pcu_sock: cosmetic: make *nsvc a scoped and const variable
  * pcu_sock: use llist_for_each_entry() in pcu_sock_close()
  * pcu_sock: fix pcu_sock_close(): deactivate dynamic timeslots too
  * oml: fix handling of NSVC local port in oml_ipa_mo_set_attr_nsvc()
  * pcu_sock: fix {local,remote}_port byte ordering in pcu_tx_info_ind()
  * pcu_sock: support handling multiple BTS instances in pcu_rx()
  * gsm_data: check in and use enum lchan_rel_act_kind
  * tests/power_test: also match stderr, not only stdout
  * tests/power_test: move bts/trx/ts/lchan init to init_test()
  * tests/power_test: do not assert in apply_power_test()
  * power_control: clarify argument names of lchan_ms_pwr_ctrl()
  * power_control: implement EWMA based Uplink power filtering
  * fix pcu_if_signal_cb(): do not send INFO.ind if PCU is not connected
  * scheduler: ensure PRIM_OP_REQUEST when adding to the queue
  * scheduler: _sched_dequeue_prim(): make 'l1sap' a scoped pointer
  * scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_lchan()
  * measurement: remove redundant 'break' statements in modulus_by_lchan()
  * measurement: use LOGPLCHAN() macro in lchan_meas_check_compute()
  * power_test: fix incorrect line termination in init_test()
  * power_control: do nothing if 'rx-current' equals 'rx-target'
  * power_control: tolerate small deviations from 'rx-target'
  * scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_cipher()
  * scheduler: drop meaningless check in trx_sched_set_lchan()
  * scheduler: drop redundant check in trx_sched_set_cipher()
  * scheduler: get rid of useless TRX_CHAN_FLAG_PDCH
  * scheduler: reduce nesting in trx_sched_set_lchan()
  * scheduler: treat subsequent lchan (de)activation as error
  * scheduler: join conditions in trx_sched_set_lchan()
  * scheduler: remove pending Tx prims on lchan deactivation
  * power_control: fix default EWMA smoothing coefficient (80% -> 50%)
  * main: do not print deprecated '-r' / '--realtime' in help
  * main: increase spacing between commands and description
  * main: separate model-specific arguments in help
  * main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
  * osmo-bts-trx/scheduler: fix comments related to FACCH/H and BFI
  * main: register VTY commands before handle_options()
  * main: move general options from bts_vty_init()
  * vty: fix double '%' in description of some commands
  * vty: fix missing / wrong documentation for some commands
  * vty: call bts_model_vty_init() from bts_vty_init()
  * fixup: vty: call bts_model_vty_init() from bts_vty_init()
  * main: do not print asciiart to stdout, use stderr instead
  * osmo-bts-lc15: use consistent name for containing directory
  * doc/manuals: generate XML VTY reference at build-time
  * doc/manuals: also generate VTY reference for osmo-bts-virtual
  * doc/manuals: move osmobts-vty-reference.xml to vty/
  * osmo-bts-trx/scheduler: ensure no DL power attenuation on C0
  * struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrl
  * bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}
  * bts: generalize a struct for UL/DL power control parameters
  * bts: add Downlink power control parameters
  * l1sap: make sure that UL SACCH is always 23 octets long
  * tests/power: rename s/power_test/ms_power_loop_test/
  * power_control: generalize power control state structure
  * power_control: lchan_ul_pf_ewma(): do not use lchan->meas.res_nr
  * power_control: lchan_ms_pwr_ctrl(): use existing 'trx' pointer
  * power_control: generalize and rename lchan_ul_pf_ewma()
  * power_control: lchan_ms_pwr_ctrl(): make use of params/state pointers
  * power_control: remove a logging statement and early return
  * power_control: do not log averaged RSSI values as 'rx-current'
  * power_control: derive calc_delta() from lchan_ms_pwr_ctrl()
  * power_control: implement BS (Downlink) Power Control
  * power_control: cosmetic: fix weird spacing
  * power_control: clarify units in 'struct bts_power_ctrl_params'
  * power_control: clarify units in 'struct lchan_power_ctrl_state'
  * rsl: properly initialize MS/BS Power Control state
  * power_control: make raise/lower step limitation configurable
  * vty: resurrect per-lchan BS/MS Power Control information
  * vty: fix dump_lchan_trx_ts(): dump dedicated channels only
  * rsl: remove redundant boolean flag in rsl_rx_chan_activ()
  * power_control: check-in new parameters and default values
  * power_control: add VTY introspection commands for MS/BS params
  * l1sap: fix: enable UL SACCH repetition if RxQual threshold is 0
  * sysinfo: fix less-than-zero comparison of an unsigned value
  * osmo-bts-trx: vty: clarify and improve some deprecation messages
  * power_control: vty: re-use cfg_bts_ul_power_target()
  * power_control: vty: deprecate 'uplink-power-control' commands
  * power_control: handle MS/BS Power control params on A-bis/RSL
  * vty: add a command to show GPRS related info
  * power_control: migrate MS/BS control loops to the new params
  * power_control: generalize measurement pre-processing state
  * power_control: properly track the first initial state
  * power_control: use more reasonable reduce step size
  * power_control: rework handling of DL RxQual measurements
  * power_control: BS power shall not be reduced on C0
  * paging: refactor and optimize fill_paging_type_1()
  * power_control: print current RxLev and lower/upper thresholds
  * power_control: fix: properly print 'delta' applied to attenuation
  * vty: fix error messages in lchan specific commands
  * vty: add macro for 'bts <0-0> trx <0-0> ts <0-7> lchan <0-1>'
  * vty: extend trx / lchan number range in BTS_T_T_L_CMD
  * vty: make commands related to the loopback mode hidden
  * vty: add expert commands for MS/BS power control
  * power_control: add test for inc / red step size limitations
  * l1sap: fix gsmtap_ph_{data,pdch,rach}(): use 'const'
  * l1sap: include Uplink RSSI in GSMTAP packets
  * power_control: clarify the meaning of 'delta' in logging messages
  * pcu_sock: pcu_tx_si_all(): make 'si_types' const
  * pcu_sock: pcu_tx_si_all(): cosmetic coding style change
  * pcu_sock: pcu_tx_si_all(): fix returning ununitialized rc
  * osmo-bts-trx/scheduler: use DMEAS in trx_sched_meas_avg()
  * oml: cosmetic code style changes in rx_oml_ipa_rsl_connect()
  * vty: register libosmocore's FSM introspection commands
  * oml: avoid redundant ntohl() / htonl() conversion
  * oml: make 'struct tlv_parsed' pointer const where possible
  * oml: use regular TLVP_PRES() in rx_oml_ipa_rsl_connect()
  * power_control: cosmetic: fix swapped {L,U}_RXQUAL_XX_P comments
  * power_control: implement handling of P_Con_INTERVAL parameter
  * oml: reuse the given msgb in oml_fom_ack_nack()
  * oml: ensure that IPA RSL Connect ACK/NACK contains all IEs
  * main: cosmetic: tweak deprecation warning messages
  * GSMTAP: move 'gsmtap_sapi_names' from l1sap.c to vty.c
  * GSMTAP: fix wrong naming of per-BTS SAPI commands
  * GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'
  * ta_control: cosmetic: use correct naming for MIN/MAX constraints
  * ta_control: make 'struct bts_ul_meas' parameters const
  * ta_control: fix Timing Advance control for SDCCH channels

  [ Harald Welte ]
  * rsl.c: Fix compiler error on gcc-9.2.1
  * virtual: Fix VTY commands to specify GSMTAP multicast groups
  * l1sap: Use msgb_pull_l2() and unify l1sap_tch_ind + l1sap_ph_data_ind
  * osmo-bts-virtual: implement GSMTAP_CHANNEL_VOICE
  * osmo-bts-virtual: Add "virtual-um ttl <0-255>" VTY option
  * osmo-bts-virtual: Fix "virtual-um net-device NETDEV"
  * cosmetic: remove dead code from logging.c
  * fix compilation with gcc-10
  * osmo-bts-virtual: Avoid rejecting AMR in uplink
  * virtual/scheduler: log unknown GSMTAP chan
  * Ensure we include lchan name in all LAPDm log lines
  * osmo-bts.spec.in: Use %config(noreplace) to retain current config file
  * bts: Add VTY command to manually override Radio Link Timeout
  * sysinfo: Only send SI13 if PCU is connected
  * sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnected
  * use osmo_fd_setup() everywhere
  * remove dead oml_router code
  * sysinfo.c: Fix SI4 GPRS patching which overwrote CBCH IE
  * fix-up missed review comment in CBCH SI4 patching fix
  * major README uppdate
  * Use osmo_fd_*_{disable,enable}
  * add support for sysmoBTS 1003 aka "1002 with GPS and PoE"

  [ Philipp Maier ]
  * ta_control: move timing advance code from osmo-bts-trx to common
  * measurment: write irssi_full_sum variable correctly
  * l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCH
  * Do not depend on pcu_direct flag when populating ph_data_ind
  * osmo-bts-sysmo: merge measurement data and payload
  * osmo-bts-trx: do not set rx-gain to 1 by default
  * scheduler: always call Uplink burst handler on NOPE.ind
  * logging: use only LOGL_NOTICE as defualt loglevel
  * dtx: add detection of AMR DTX frames for osmo-bts-trx
  * measurement: remove unecessary is_amr_sid_update parameter
  * measurement: make measurements more debugable
  * measurement: expect at least 1 SUB frame for AMR
  * osmo-bts-trx/scheduler: fix measurement handling for SUB frames
  * vty: add attributes to VTY commands indicating when they apply
  * sched_lchan_tchh: initialize meas_avg with zeros
  * main: add commandline option --vty-ref-xml
  * cosmetic: add missing semicolon after OSMO_ASSERT()
  * sched_lchan_tchf: count measurements for FACCH/F only once
  * measurement: count all blocks as SUB for TCH/F in signalling mode
  * measurement: fix expected number of measurements
  * measurement.c: fix integer overflow problem
  * rsl.adoc: add info about RSL_IE_OSMO_REP_ACCH_CAP
  * l1sap: pre-initalize pointer with NULL to avoid gcc warning
  * l1sap: add repeated downlink FACCH
  * rsl.adoc: update documentation for RSL_IE_OSMO_REP_ACCH_CAP
  * l1sap: also include SRR bit in RSL l1 info field.
  * l1sap: add repeated downlink SACCH
  * l1sap: add repeated uplink SACCH
  * l1sap: acch_repetition fix hysthereis threshold table
  * l1sap: use rxlev_full when no DTX was used
  * pcu_sock: send SI1, SI3 and SI13 via PCUIF
  * pcu_sock: fix uninitalized returncode value
  * l1sap: fix repeated_dl_facch_active_decision()
  * l1sap.c: be sure that FACCH repetition is turned off
  * l1sap: be sure that UL-SACCH repetition is turned off
  * l1sap: fix comment: sapi number is missing
  * vty: dont put a colon after vty_out in cfg_out macro
  * gsm_data: handle l1_info with structs

  [ Pau Espin Pedrol ]
  * l1_if: Fix strange formatting of Meas info logging
  * l1sap: Change loglevel of Rx TCH.ind INFO->DEBUG
  * bts-trx: trx_if.c: Fix some printf formats
  * cosmetic: Fix some typos with codespell
  * lc15: Fix returning values on void function
  * lc15: Fix mismatching signature in callback provided
  * oc2g: Fix returning values on void function
  * oc2g: Fix mismatching signature in callback provided
  * Use OSMO_FD_* instead of deprecated BSC_FD_*
  * l1_utils.h: Avoid redefinition of global vars defined in l1_utils.c
  * vty: Fix misleading define name
  * tests/tx_power: Speed up test
  * doc: Update vty reference xml file
  * bts-trx: vty: Add 'nominal-tx-power' cmd
  * bts-trx: phy_link: Improve logging fmt in phy_link_state_set()
  * oml.c: Fix whitespace in log line
  * oml.c: Log ADM STATE change locked/unlocked
  * scheduler.c: Fix trailing whitespace
  * pcu_sock: Change log about tx PCH confirm INFO->DEBUG
  * bts-trx: Implement power ramping during BTS bring up
  * bts-trx: Rename setpower TRXC functions to describe they use power attenuation
  * bts-trx: Introduce helper func l1if_trx_set_nominal_power
  * bts-trx: Use TRXC cmd NOMTXPOWER to retrieve nominal tx power from osmo-trx
  * bts-trx: Re-apply tx power if nominal power is received after POWERON
  * scheduler: Fix reading out of buffer during tx of dummy burst on PDCH TS with EGPRS enabled
  * abis.c: Grab reference to e1inp_line_get if already created
  * doc: Fix typos in bts-models.adoc
  * scheduler: Improve logging about prim being out of range
  * scheduler: Early return in _sched_dequeue_prim() and clarify FN cases
  * scheduler: _sched_dequeue_prim(): Refactor goto paths
  * scheduler: _sched_dequeue_prim(): Refactor found_msg goto path
  * cosmetic: common/Makefile.am: split each source file in one line
  * cosmetic: include/osmo-bts/Makefile.am: split each header file in one line
  * Merge gsm_data_shared.h into gsm_data.h
  * scheduler: Add rate_ctr informing about too low rts-advance
  * scheduler: Add rate_ctr informing about Dl block not found
  * handover_tests: Avoid redefining all bts_model stubs
  * meas_tests: Avoid redefining all bts_model stubs
  * tests/stubs.c: Add missing stub for bts_model_change_power
  * cosmetic: {oc2g,lc15}bts_bty.c: Fix trailing whitespace
  * Fix missing bts_model implementations in stubs.c and bts_model.c
  * Introduce LOGPTRX macro and use it in tx_power.c
  * power_ramp: Add support to get callback when ramping process completes
  * bts-trx: Instruct user to set manually nominal-tx-power if NOMTXPOWER not supported
  * tx_power: Log bypass param in power_ramp_start
  * phy_link.h: Drop unimplemented function definition
  * bts.c: Fix typo in log line and improve it
  * abis.c: Use LOGPIL when logging signalling link down
  * Introduce bts_shutdown FSM
  * Implement tx power ramp down during BTS shutdown
  * bts-trx: Split part of bts_model_trx_close() steps into bts_model_deact_rf
  * bts_shutdown: First deact RF on all TRX, finally close them
  * bts_model: Convert bts_model_trx_close() to return asynchronously
  * bts_shutdown: Wait until all TRX are closed
  * bts-virtual: Implement bts_model_trx_close
  * bts-trx: Mark 'osmotrx power' VTY cmd as deprecated
  * Fix shutdown in osmo-bts-{omldummy,virtual}
  * bts-omldummy: Implement bts_model_trx_close
  * bts-omldummy: Speed up shutdown (instantaneous ramp)
  * tx_power: Support controlling BTS with nominal tx pwr < 0dBm
  * bts-trx: Introduce rate counter for scheduler timerfd missed FNs
  * bts_shutdown: Speed up shutdown if no TRX is operational
  * pcu_sock: Avoid presenting TS from disabled TRX as available to PCU
  * bts-trx: Implement ramp up/down during ADM state change
  * gsm_data.h: Use enum type for NM state fields
  * Move nm_state and Mo related code gsm_data.* => oml.*
  * Move gsm_bts code gsm-data.* => bts.*
  * bts-virt: Don't rely on gsmtap_makemsg() returning NULL for GSMTAP_CHANNEL_UNKNOWN
  * Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*
  * bts-trx: Don't set OPSTATE enabled during trx_init
  * common: Avoid changing OPSTATE to Enabled upon RSL up
  * bts-trx: Remove unused function l1if_provision_transceiver()
  * bts-trx: introduce TRX provisioning FSM
  * tx_power_test: Disable using color in log output
  * bts-trx: Use bool type for on/off state variables
  * bts-trx: Integrate TRX provisioning logic more tightly into the FSM
  * bts-trx: Delay TRXC POWERON cmd until all TRXs are provisioned
  * rsl: Fix wrong param passed to gsm_pchan_name() in log line
  * bts-trx: Fix osmocom dyn ts assert hit during Adm State Unlock
  * bts-trx: prov_fsm: Fix mess with 1 event having 2 names
  * bts_shutdown_fsm: Fix switching too quickly to state WAIT_TRX_CLOSED
  * common: Avoid call to bts_model_chg_adm_state() if there's no ADM state change
  * bts-trx: Fix handling ADM state change while previous one WIP
  * vty: Allow setting power-ramp max-initial to negative values
  * bts-trx: Fix assert hit when rf_locked in .cfg and TS TCH/F_PDCH
  * tx_power: Take into account max-initial when ramping up bigger power lvl intervals
  * doc: configuration.adoc: Document ramping down feature
  * common: Support setting rt prio through new libosmovty sched VTY cmds
  * tests: tx_power: Extend and add extra power_ramp buggy case
  * common: tx_power: Fix bug in power ramp up below max-initial value
  * Update dependency on libosmocore 1.4.0
  * configure.ac: Fix trailing whitespace
  * pcu_sock: Fix typo in log message
  * bts-trx: Use TRXC RFMUTE instead of resetting the scheduler
  * bts-trx: Ensure RFMUTE state is set properly at startup
  * scheduler: Drop unused function trx_sched_reset()
  * Fix RadioCarrier OML Operative State Change report not sent on some scenarios
  * Improve logging around failing to (de)activate chan_nr
  * Improve error handling and logging in gsm_pchan2chan_nr()
  * Improve logging and error handling receiving act_req for dyn TS not yet configured
  * pcu_sock: Only announce dyn TS already configured by lower layers
  * Avoid sending RSL RF REL ACK if PDCH chan is disabled by administrative lock
  * oml: Set RadioChannel operational state to Enabled only during OPSTART
  * gsm_data.h: Drop unused struct field
  * contrib/jenkins: Enable parallel make in make distcheck
  * Drop unused param in oml_init()
  * Change NM Channel availability Dependency->Offline when RadioCarrier becomes enabled
  * Introduce NM BTS Site Manager FSM
  * Introduce NM BTS FSM
  * Introduce NM Radio Carrier and Baseband Transceiver FSMs
  * Introduce NM Channel FSM
  * bts_trx.c: Dispatch missing NM_EV_RSL_UP/DOWN to the bb_transc object
  * oml: Set NM_OPSTATE_DISABLED by default
  * common: Enable SIGABRT signal handler
  * common: generate coredump and exit upon SIGABRT received
  * sysmobts-mgr: generate coredump and exit upon SIGABRT received
  * oc2g-mgr: generate coredump and exit upon SIGABRT received
  * lc15-mgr: generate coredump and exit upon SIGABRT received
  * nm_channel_fsm: Fix several FSM internal transitions not being made
  * cosmetic: sysmobts-mgr: fix whitespace indentation
  * tests: Explicitly drop category from log
  * tests: Replace deprecated API log_set_print_filename

  [ Oliver Smith ]
  * rsl: make IP DSCP configurable
  * VTY: add "test send-failure-event-report"
  * contrib: import RPM spec
  * contrib: integrate RPM spec
  * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
  * contrib/jenkins: don't build osmo-gsm-manuals
  * configure.ac: set -std=gnu11
  * common/measurement.c: fix gcc 4 + -std=gnu11 error

  [ Harld Welte ]
  * trx: Fix reported BER for TCH/H
  * trx: Use NOPE indications from OsmoTRX for TCH/F and TCH/H
  * trx: Use NOPE indications on SDCCH

  [ Eric ]
  * configure.ac: fix libtool issue  with clang and sanitizer

  [ Rafael Diniz ]
  * osmo-bts-litecell15: Implement missing features.

  [ Alexander Couzens ]
  * measurement: replace u_int64_t with uint64_t
  * pcuif_proto: version 0xa: add support for IPv6 NSVCs
  * pcuif_proto: fix typo in comment
  * Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"
  * pcuif_proto: version 10: add support for IPv6 NSVCs
  * Introduce the new OML NM_ATT_OSMO_NS_LINK_CFG to configure IPv6 NSVC for PCU
  * common/bts: set feature IPV6_NSVC
  * OML: correct parse the NM_ATT_OSMO_NS_LINK_CFG field address_family

  [ Daniel Willmann ]
  * osmo-bts-trx: Use much lower clock advance values towards PCU and TRX

  [ Neels Hofmeyr ]
  * rename to release_sapi_ul_rach(), simplify
  * part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4}
  * part 2 of: fix SAPIs for handover, osmo-bts-sysmo
  * part 3 of: fix SAPIs for handover, osmo-bts-trx
  * part 4 of: fix SAPIs for handover, osmo-bts-lc15
  * part 5 of: fix SAPIs for handover, osmo-bts-oc2g
  * log: rsl_rx_chan_activ: show chan type as human readable string
  * chan activ: activate DL SACCH only when TA is known
  * GSMTAP: make remote host for Um logging configurable via VTY

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 23 Feb 2021 16:35:17 +0100

osmo-bts (1.2.0) unstable; urgency=medium

  [ Oliver Smith ]
  * Cosmetic: virtual: l1sap.c: fix typos
  * virtual: set link quality for GSMTAP_CHANNEL_RACH
  * pcu_sock: fix endian-swapped CellID
  * gitignore: add oc2g generated files
  * log: set L1 SAPI log context
  * vty: add "logging filter l1-sapi"
  * vty.c: don't ignore get_string_value() errors
  * vty.c: avoid coverity BAD_SHIFT issues
  * osmo-bts-virtual.cfg: ms-power-control dsp -> osmo

  [ Harald Welte ]
  * ETWS Primary Notification via P1 Rest Octets
  * pcu_interface: Forward ETWS Primary Notification to PCU
  * doc: Update Abis manual RSL section with ETWS related infomration
  * osmo-bts-trx/scheduler: prevent uninitialized memory access
  * osmo-bts-trx: migrate to new generic ECU abstraction
  * rach_pass_filter(): Add information about channel type

  [ Vadim Yanitskiy ]
  * common/rsl.c: fix possible NULL-pointer dereference
  * osmo-bts-trx/scheduler: fix tx_tch_common(): do not send AMR BFI twice
  * osmo-bts-trx/scheduler: add FIXME note about FACCH/H and BFI
  * osmo-bts-trx/scheduler: fix: check rc of osmo_ecu_frame_out()
  * scheduler: fix handling of PTCCH/U and PTCCH/D logical channels
  * osmo-bts-trx/scheduler: also detect TSC for Access Bursts on PDCH
  * common/l1sap: increase ToA precision for packet Access Bursts
  * L1SAP: use RSL_CHAN_* definitions from libosmogsm
  * L1SAP: also consider RSL_CHAN_OSMO_CBCH8 as CBCH
  * L1SAP: clarify debug messages in rach_pass_filter()
  * L1SAP: do not pass unused parameter to l1sap_handover_rach()
  * L1SAP: refactor handling of Access Bursts on PDCH
  * L1SAP: properly handle 11-bit encoded RACH.ind in gsmtap_ph_rach()
  * L1SAP: use the actual ARFCN for outgoing PCUIF messages
  * L1SAP: fix gsmtap_pdch(): there can be no DATA.ind on PTCCH/U
  * L1SAP: use GSMTAP_CHANNEL_PDTCH for PDTCH blocks by default
  * L1SAP: there can be no DATA.ind primitives on PTCCH/U, reject them
  * README.md: update osmo-bts-trx specific limitations
  * osmo-bts-trx/scheduler: fix: print the last frame number in rx_data_fn()
  * osmo-bts-trx: general handling of NOPE / IDLE indications
  * osmo-bts-trx/trx_if.c: fix: always initialize bi->burst_len for NOPE.ind
  * osmo-bts-trx/trx_if.c: also print both RSSI and ToA256 for NOPE.ind
  * osmo-bts-trx/trx_if.c: fix: NOPE.ind also contains C/I field
  * pcuif_proto.h: extend RACH.ind with TRX and timeslot number fields
  * common/vty.c: fix: properly assert() the result of get_string_value()
  * common/abis.c: pass gsm_bts_trx to e1inp_sign_link_create()
  * common/abis.c: use tall_bts_ctx as talloc-context for libosmo_abis_init()
  * osmo-bts-trx/vty: ensure backwards compatibility with older config files

  [ Pau Espin Pedrol ]
  * bts-trx: Log case where no SETFORMAT is sent
  * bts-trx: Change super verbose IDLE ind not-supported line to DEBUG
  * doc: bts-models.adoc: Fix typos in rts-advance section
  * bts-trx: vty: Use API to get poweron state
  * bts.h: Remove non-existent function definitions
  * scheduler.c: Move some message log level to DEBUG
  * scheduler: Use OSMO_ASSERT instead of abort
  * l1sap: Log conn dropped due to radio link counter timeout
  * struct gsm_bts: Add model_priv pointer handing bts_model specific data
  * bts-trx: Allocate struct osmo_trx_clock_state as part of bts-trx private data
  * bts-trx: vty: Print phy link state in cmd 'show transceiver'
  * bts-trx: trx_set_bts(): Avoid double loop by checking current trx
  * bts-trx: Rework code handling poweron state
  * bts-trx: Don't reset transceiver_available in scheduler_trx.c
  * bts-trx: Get rid of messy transceiver_available state handler
  * bts-trx: Drop unused func check_transceiver_availability()
  * bts-trx: Log TRXC and TRXD socket recv()/send() failures
  * bts-trx: Time out if no clock ind recvd after RSP POWERON
  * cosmetic: bts-trx: document variable power level
  * bts-trx: loops.c: Take into account RSL CHAN ACT ms power level limits
  * loops.h: Fix missing include for struct l1sched_trx
  * power_control.c: Take into account RSL CHAN ACT ms power level limits
  * cosmetic: l1sap.c: Fix typo
  * rsl: Assign recv pwr to lchan's max ms power
  * bts-trx: Implement MS Power control loop calculations using dBm instead of ctl levels
  * rsl: Fix logged value in rx MS Power Control
  * cosmetic: Fix trailing whitespace
  * Change gsm_bts_trx field to bool and rename it
  * Change gsm_lchan field fixed to bool
  * rsl: Remove unneeded duplicate reset on some lchan fields
  * Move and rename gsm_lchan.ms_power field
  * bts-trx: loops.c: Avoid always clamping MS power to MS power class 1
  * power_control.c: Apply latests improvements from loops.c
  * power_control.c: Log rx current and target signal levels
  * power_control.c: Fix ms pwr ctrl skipped if MS doesn't support announced MS Power Level
  * Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSP
  * power_control.c: Don't use announced MS Power level as input for loop calculations
  * power_control.c: Limit speed of announced MS Power Level value changes
  * scheduler_trx.c: cast ptrdiff value to fix printf format
  * bts-trx: Drop low layer MS Power Control Loop algo
  * rsl_rx_chan_act: Apply bitmask when parsing IE MS_POWER
  * rsl: Clarify when autnonoums MS Power Ctrl Loop is used
  * power_control.c: Log maximum allowed MS Power Level
  * power_control.c: Clarify loop algo vars and use correct ones during log
  * l1sap: is_fille_frame(): verify len of data compared

  [ Martin Hauke ]
  * Fix common misspellings and typos
  * Rename variable: CALIB_SUCESS -> CALIB_SUCCESS

  [ Philipp Maier ]
  * scheduler_trx: use gsm0502_fn_remap() to calculate frame number
  * scheduler_trx: initalize n_errors, n_bursts_bits, n_bits_total
  * scheduler_trx.c: avoid division by zero when calculating BER
  * rsl: ensure measurement reports are sent
  * l1sap.c: ensure ms power control loop is running

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Fri, 03 Jan 2020 17:18:44 +0100

osmo-bts (1.1.0) unstable; urgency=medium

  [ Daniel Willmann ]
  * Rename oc2g config file to match new naming scheme
  * dump_docs: Use new config file naming scheme
  * systemd: Install OC2G service files with autotools
  * doc/examples: Install OC2G config files with autotools
  * osmo-bts-oc2g: Fix status LED responsibilities
  * osmo-bts-lc15: Change LED behaviour to be the same as oc2g
  * manuals: Add script to regenerate counter/vty documentation
  * manuals: Add counter documentation
  * manuals: Update vty documentation

  [ Harald Welte ]
  * Bump version: 0.8.1.199-5c93-dirty → 1.0.0
  * scheduler_trx: Fix erroneous multiply-by-four
  * OML: some more comments on what functions do
  * OML: Return attributes in ACK/NACK messages
  * OML: Ensure MOs are initialized with valid "Administrative State'
  * OML: Don't overwrite MO instance before oml_tx_failure_event_rep()
  * OML: remove double-logging on oml_tx_failure_event_rep()
  * OML: send proper OML alerts in case of errors
  * OML: Reduce code duplication in down_mom/down_fom
  * OML: Report short messages even for invalid TRX numbers in down_fom()
  * OML: Use 'const struct abis_oml_mo *' whenever users only read
  * OML: Reject segmented OML messages
  * OML: Properly reject short messages and truncate over-long messages
  * OML: Work around OsmoBSC sending "GET ATTRIBUTES" with short length
  * OML: Store merged attributes of IPA OML Managed Objects
  * OML: Don't advertise baseband transceiver as UNLOCKED at startup
  * OC-2G: Nominal transmit power is 25 dBm, not 40
  * rsl.c: Add missing #include of gsm0808.h
  * Forward GPRS SUSPEND REQ from DCCH to PCU socket
  * handle NULL return from rate_ctr_group_alloc()
  * rsl: Send RSL Error Report in case of unknown/unsupported msg_type
  * rsl: Include Channel Nr and Link ID in Error reports whenever possible
  * RSL: Reject RLL messages for lchans that are not active yet
  * RSL: Fix off-by-one error when parsing SACCH INFO IE in RSL CHAN ACT
  * cbch: Implement handling of "Schedule" message
  * cbch: Refactor get_smscb_block() / remove smscb_msg.next_seg
  * cbch: Log every RSL SMSCB COMMAND with type and number of blocks
  * cbch: Implement support for DEFAULT message
  * cbch: Fix memory leak and send error message on invalid SMSCB command
  * cbch: Support Extended CBCH
  * cbch: Keep SMSCB queue length counter
  * manual: We now support RSL CBCH LOAD INDICATION
  * manual: SMSCB BROADCAST COMMAND has no limitations anymore
  * README.md: Mention LimeSDR as SDR device
  * sysmo: Fix "nominal power" / BS power display in VTY
  * cbch: Add counters; queue length limits and CBCH LOAD reporting
  * cbch: Improve verbosity and extend logging; Always indicate BASIC/EXTD CBCH
  * Use LOGPLCHAN whenever possible
  * rsl.adoc: DELETE INDICATION is implemented since Feb '18
  * RSL: Fix logic about fixed/dynamic MS power control in MS POWER COMMAND
  * rsl: Implement parsing of BS Power Control message
  * rsl: MS POWER COCNTROL isn't (only) about "forcing" power levels
  * load_indication: Fix missing re-set of RACH parameters
  * l1sap: Correctly count RACH slots in calc_exprd_rach_frames()
  * l1sap: Fix calculation of expired RACH slots in case of missing frame numbers
  * oml: Print more context from FOM Header or using MO
  * oml: Have one generic log message for all transmitted messages
  * Add severity to OML FAILURE EVENT REPORT
  * Fix passing of RR SUSPEND REQ from DCCH to PCU socket
  * clear GPRS indicator in SI3 while PCU is disconnected
  * trx: Update documentation for fn-advance and rts-advance
  * l1sap: Compute statistics on FN advance in PH-RTS.ind
  * [correctly] use the LAPDm T200 values received via OML
  * Update T200 timer default values
  * lapdm: Use new libosmocore API to ensure per-channel-type N200 values
  * sysmo/l1_if.c: Annotate fall-through in switch statement
  * osmo-bts-trx: Don't increment rssi_valid_count twice
  * osmo-bts-trx: Don't attemtp to adjust MS power if fixed
  * scheduler_trx: Handle negative return of gsm0503_tch_hr_decode()

  [ Vadim Yanitskiy ]
  * common/vty.c: fix 'cfg_phy_no_inst_cmd' command description
  * common/oml.c: fix: properly push abis_nm_ipa_magic
  * common/pcu_sock.c: fix possible memleaks in pcu_sock_read()
  * common/oml.c: constify argument 'trx' of handle_attrs_trx()
  * common/oml.c: use proper NACK reason in oml_tx_attr_resp()
  * common/oml.c: use proper OML object for Get Attribute Response
  * common/oml.c: fix total length calculation in cleanup_attr_msg()
  * common/l1sap.c: fix: add missing new line to a debug message
  * common/rsl.c: fix size argument in memcmp() call
  * common/rsl.c: fix unaligned pointers in rsl_add_rtp_stats()
  * common/paging.c: fix unaligned pointer access
  * common/oml.c: introduce and use both LOGPFOH and DEBUGPFOH
  * common/oml.c: use proper format specifier for uint16_t
  * common/oml.c: fix broken debug print in down_mom()
  * common/oml.c: refactor Get Attribute Response message generation
  * common/oml.c: fix: properly encode NM_ATT_SW_CONFIG
  * osmo-bts-trx: distinguish 11-bit Access Bursts by synch. sequence
  * osmo-bts-sysmo: fix: indicate BTS_FEAT_CBCH support on OML
  * README.md: remove OS#1865 from 'Known limitations'
  * common/rsl.c: fix NULL-pointer dereference in rsl_rx_rll()
  * osmo-bts-trx/trx_if.c: dropping Tx bursts is a noticeable event
  * osmo-bts-trx/l1_if.h: drop unused ho_rach_detect from trx_l1h
  * osmo-bts/scheduler.h: cosmetic: use bool for ho_rach_detect
  * common/rsl.c: RSL_IE_HANDO_REF is mandatory for handover CHAN ACT
  * common/bts.c: bts_supports_cm(): take care about GSM48_CMODE_SIGN
  * Use #define RSL_CHAN_RACH for RSL Channel Number of RACH
  * common/scheduler.c: refactor description of TRXC_* lchans
  * osmo-bts-trx/trx_if.c: use osmo_loadXXbe() for TDMA FN and ToA256
  * osmo-bts-trx/trx_if.c: rename and clarify TRX_MAX_BURST_LEN
  * osmo-bts-trx/trx_if.c: introduce TRXD header version handling
  * osmo-bts-trx/trx_if.c: introduce TRXD header version 0x01 support
  * osmo-bts-trx/trx_if.c: drop RSSI / ToA debugging code
  * osmo-bts-trx/trx_if.c: properly describe TRXD messages in logs
  * osmo-bts-trx/trx_if.c: add TRXD header version negotiation
  * osmo-bts-trx/trx_if.c: encode actual TRXD header version
  * osmo-bts-trx/scheduler: pass trx_ul_burst_ind to lchan handlers
  * osmo-bts/scheduler: provide actual C/I values to OsmoPCU
  * osmo-bts-trx/scheduler: rx_rach_fn(): use optional TSC info from TRX
  * osmo-bts-trx/scheduler: rx_rach_fn(): clarify handover RACH handling
  * osmo-bts-trx/scheduler: rx_rach_fn(): enrich debug message
  * common/rsl.c: fix: properly handle SI3 Rest Octets
  * Clarify and refactor link quality (C/I) handling
  * Move Access Burst link quality handling to L1SAP
  * osmo-bts-trx/scheduler: rx_rach_fn(): provide actual C/I ratio to L1SAP
  * osmo-bts-trx/scheduler: rx_data_fn(): provide actual C/I ratio to L1SAP

  [ Max ]
  * osmo-bts-trx: add extended (11-bit) RACH support
  * Log lchan kind on PCU-related error
  * Enable statsd support
  * Make gsm_pchan2chan_nr() static
  * Constify pcu_rx_*() parameters

  [ Philipp Maier ]
  * scheduler_trx: use stored fn for pdtch data indications
  * oc2g: remove unused define constant FACTORY_ROM_PATH
  * lc15: remove unused define constant FACTORY_ROM_PATH
  * oml: make oml_tx_failure_event_rep() public
  * oc2gbts_mgr_vty: remove calls to vty_install_default()
  * oc2g: l1if: delay trx initialization to avoid race condition
  * oc2gbts_mgr: use msgb_talloc_ctx_init() instead of msgb_set_talloc_ctx()
  * oc2g: generate failure event report in case of bad calibration
  * oc2g: change log level for calibration file errors to FATAL
  * vty: add function gsmnet_from_vty() to vty.h
  * main: remove wrong call to oml_fail_rep() on SIGUSR1/2 and SIGABRT
  * oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()
  * oml: use oml_tx_failure_event_rep() instead of signals to SS_FAIL
  * l1_if: add include for missing header file
  * oc2gbts_mgr_calib: don't use fsync() on *FILE pointer
  * oc2gbts_mgr_calib: do not return NULL on integer function
  * oc2gbts_mgr: use osmo_init_logging2() instead of osmo_init_logging()
  * pcu_sock: use %zu conversion specifier for printing sizeof() result

  [ Pau Espin Pedrol ]
  * oc2g: Fix compilation error (comment mark inside comment)
  * oc2g: Add get_hwversion_desc to header file
  * oc2g: Cleanup of get_hwversion_desc
  * oc2g: led_sleep_cb: pass correct ptr to llist_move_tail
  * oc2g: fsync requires fd instead of file stream
  * oc2g: Remove unused variables
  * oc2g: Remove unused static function
  * oc2g: vty: Compilation error fixes due to commented code
  * contrib: Remove deprecated screen script helpers
  * bts-trx: trx_if.c: Introduce logging macro LOGPPHI
  * gsm_data_shared.h: Remove unused loc_list from struct gsm_bts
  * bts: Bypass T200 DCCH values for CCCH
  * bts-trx: Introduce VTY command osmotrx trxd-max-version
  * trx: Use LOGPPHI instead of LOGP in some more messages
  * Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
  * configure.ac: Require libosmocore 1.2.0

  [ Alexander Huemer ]
  * Remove 11-bit RACH support from 'Known Limitations'

  [ Oliver Smith ]
  * debian: create -doc subpackage with pdf manuals
  * Revert "debian: create -doc subpackage with pdf manuals"
  * debian: create -doc subpackage with pdf manuals
  * contrib/jenkins.sh: run "make maintainer-clean"

  [ Neels Hofmeyr ]
  * lc15,sysmo,oc2g: fix dsp-trace-flag command

  [ Eric Wild ]
  * revert changes to T200
  * RSL: Fix fixed MS power control in RSL CHAN ACTIV

  [ Thorsten Alteholz ]
  * fix spelling stuff mentioned by lintian

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Wed, 07 Aug 2019 15:59:02 +0200

osmo-bts (1.0.0) unstable; urgency=medium

  [ Stefan Sperling ]
  * let osmo-bts log a special notice if OML connection is closed early
  * log reception of PCU_IF_MSG_PAG_REQ messages from osmo-pcu
  * update sysinfo copies in all lchans upon SACCH FILL
  * preserve lchan-specific SI overrides on SACCH FILL
  * fix timespec subtraction in compute_elapsed_us()
  * fix conditions for sending fill frames during RTS IND
  * send TCH/F fill frames in DTX mode (WIP)
  * Revert "send TCH/F fill frames in DTX mode (WIP)"
  * prevent potential NULL dereference in virtbts's tx_tchh_fn
  * properly initialize si3 in test_is_ccch_for_agch_setup()
  * add missing check of osmo_wqueue_enqueue() return value

  [ Harald Welte ]
  * scheduler_trx: Add reminders to use libosmocore functions
  * cosmetic: it's n_r in check_for_first_ciphrd(), not n_s
  * Add min/max/std-dev measurement reporting for TOA256
  * debian/rules: Don't overwrite .tarball-version
  * CBCH: Fix rejecting SMS-CB related RSL messages
  * [sysmo,lc15]: Consider CBCH channel combinations in chan_nr_by_sapi()
  * CBCH: Move processing via L1SAP
  * CBCH: Implement CBCH support for osmo-bts-{trx,virtual}
  * CBCH: Use llist_first_entry_or_null() instead of reinventing it
  * l1sap/scheduler: Consistently print chan_nr as hex number
  * CBCH: Fix CBCH via L1SAP for osmo-bts-{sysmo,octphy,litecell15}
  * get_lchan_by_chan_nr(): Fix resolution of CBCH
  * CBCH: Add FIXME comments on queue overflow/underflow handling
  * CBCH: sprinkle some OMSO_ASSERT() and guard against talloc failure
  * CBCH: Fix CBCH implementation for osmo-bts-trx
  * CBCH: Some more scheduler_mframe cleanup
  * ensure all config file examples are well-formed
  * lc15bts_mgr_vty: Ensure writing well-formed config files
  * paging_test: Fix AGCH/PCH split test for second half of 102 multiframe
  * Fix computing CCCH block number from frame number
  * sysmo, virtual: properly handle BS-AG-BLKS-RES as received from BSC
  * scheduler_trx.c: Switch to osmo_timerfd() of libosmocore >= 0.12.0
  * initial checkin of manuals to public repo
  * Add link to Asciidoc source code of manual
  * spelling: message discriminator, not descriminator
  * osmobts-abis: Add Revision log regarding dynamic cannels
  * Documentation on AMR RTP in case of DTX
  * rtp-amr.adoc: TCH/AFS Uplink
  * rtp-amr.adoc: TCH/AFS Downlink: Inhibiting
  * rtp-amr: TCH/AHS Uplink: FACCH/H During DTX
  * rtp-amr.adoc: New TCH/AHS downlink chapters
  * rtp-amr.adoc: Fixes to Message Sequence Charts
  * update osmo-bts-virtual documentation, now that code is merged
  * vty-ref: Update URI of docbook 5.0 schema
  * osmo-bts-trx/loops.c: Add comments documenting TA + MS power control loop
  * osmo-bts-trx/loops.[ch]: Make functions "void" if they always return 0
  * osmo-bts-trx/loops.c: Use lchan name based logging
  * osmo-bts-trx/loops.c: Make code control flow more readable

  [ Philipp Maier ]
  * rtp: make port range configurable, assign correct port numbers
  * octphy: add support for 16x oversampling mode
  * cosmetic: separate measurement testcase definitions
  * cosmetic: unify measurement sample handling in one function
  * measurement: make sure state is reset on chan act.
  * measurement: make sure measurement interval end is detected
  * measurement: fix measurement interval end detection
  * osmo_mcast_sock: make sure SO_REUSEADDR is applied
  * cosmetic: fix sourcecode formatting
  * cosmetic: remove wrong comment
  * measurement: add unit tests for is_meas_complete()
  * measurement: fix sub frame table for TCH/H, SS1
  * measurement: add unit tests for ts45008_83_is_sub()
  * measurement: fix is_meas_overdue() and increase testcoverage
  * cosmetic: rename *_meas_rep_fn10* to *_meas_rep_fn10*_by_*s
  * cosmetic: test_is_meas_overdue() does not test is_meas_complete()
  * measurement: substitue missing measurements
  * measurement: add SUB measurements in test_lchan_meas_process_measurement
  * paging: add unit-test to check different bs_ag_blks_res settings
  * measurement: display fn_mod when measuremnet is added
  * cosmetic: fix typo in comment
  * measurement: remove missed interval end detection
  * measurement: fix unit-test test_lchan_meas_process_measurement

  [ Pau Espin Pedrol ]
  * bts.c: Log name of RR msg type instead of value
  * bts.c: Add missing include for gsm48_rr_msg_name
  * bts_agch_enqueue: Decrease queue len hard_limit from 1000 to 100
  * compact AGCH queue: Drop too msg diff than IMM_ASS_REJ
  * Send DELETE_IND when dropping Imm Assign pending message
  * lc15: Use correct type for hLayer1 field
  * lc15: Fix incorrect cast of hLayer1
  * pcu_sock: Log event pcu_sock created
  * l1_if.c: Move decl of vars used in conditional macro
  * sysmo: vty: Add missing include for lchan_deactivate
  * sysmo: Fix memcmp in RF-MUTE.req for superfemto < 3.6.0
  * sysmo: l1if_mute_rf: Declare vars inside ifdef section
  * sysmo: l1_if.c: Avoid decl of unused vars and funcs with femtobts_v2.7 build
  * sysmo: calib_file.c: Avoid decl of unused vars and funcs with femtobts_v2.7 build
  * jenkins_*.sh: add --enable-werror to configure flags
  * doc: Move calypsoBTS example into trx subdir
  * build: Install example cfg files
  * debian: Package installed example doc files
  * Remove unneeded direct libortp dependency
  * debian: Make osmo-bts-* packages conflict with old osmo-bts package
  * debian: Create dbg package for osm-bts-virtual
  * rsl: Use value_string to print encryption algo name
  * l1sap: add_l1sap_header: Compact msgb_push ret assignment
  * sched: Log RX->RTP packet like we do in add_l1sap_header
  * scheduler: Log error on fn jump
  * trx: scheduler: Keep RTP clock up to date while in DTXu pause
  * Move systemd service to contrib/systemd
  * Install systemd services with autotools
  * Install sample cfg file to /etc/osmocom
  * doc/examples/Makefile: Install bts-mgr cfg files used by systemd services
  * lc15: vty: Add missing include for lchan_deactivate
  * lc15: fsync requires fd instead of file stream
  * lc15: rewrite and refactor code to print hwversion description
  * lc15: led_sleep_cb: pass correct ptr to llist_move_tail
  * abis: inp_s_cbfn: Improve logging signal related information
  * lchan_meas_check_compute: Log value during incorrect num of SUB measurementes detected
  * l1sap: Log name of chan_nr instead of hex value
  * rsl_rx_chan-activ: Improve logging information
  * gsm_pchan2chan_nr: Fix conversion of CCCH_LCHAN
  * Convert lchan CCCH_LCHAN to chan_nr BCCH and viceversa
  * {oc2g,sysmo}-mgr-calib: Fix build against gpsd >= 3.18
  * bts: Allocate TRX for BTS dynamically, deprecate -t
  * bts-trx: trx_if: Use struct to store CTRL msg parsed responses
  * bts-trx: setup timer once at creation time
  * common: Implement OML for trx_set_available(1)
  * bts-trx: Allow re-try without exit if POWERON fails in osmo-trx
  * bts: Fix TRX0 param initialization
  * rsl: Log lchan state during dynts PDCH->TCH
  * rsl: Avoid sending ipa PDCH DEACT NACK followed by ACK
  * bts-trx: early return on POWERON success
  * cosmetic: fix whitespace
  * bts_model: Allow TS connect to be processed asynchronously
  * OsmoBTS/chapters/configuration.adoc: Add bts index in example
  * OsmoBTS: Update osmotrx ip to diff between local and remote
  * rtp-amr: Describe requirement to recieve all PH-DATA.ind events
  * rtp-amr: Fix typo and trailing whitespace
  * Allow easily disabling GFDL references
  * OsmoBTS: bts-models: Add Lime Microsystems devices as supported osmo-trx
  * Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
  * bts: Fix typo
  * oc2g: Fix headers missing during make distcheck
  * bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOT
  * sysmobts_mgr: Prepare code for gpsd < 2.96 support
  * sysmobts_mgr: Add support for gpsd < 2.96
  * rsl: Send PDCH ACT NACK if TCH chan is still active

  [ Vadim Yanitskiy ]
  * Clarify frame loss counter for l1sched_chan_state
  * osmo-bts-trx/l1_if.c: cosmetic: fix typo in debug msg
  * common/rsl.c: tweak log message in lapdm_rll_tx_cb()
  * contrib/jenkins_*.sh: drop rudimentary '--with-osmo-pcu'
  * common/pcu_sock.c: cosmetic: explicitly address lchan
  * common/scheduler.c: track TDMA frame loss per logical channels
  * common/vty.c: fix deprecated osmo_str2lower() usage
  * Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc()

  [ Neels Hofmeyr ]
  * cosmetic: abis.c: typo "exixt"
  * fix ip.access dyn TS for osmo-bts-trx
  * fix RSL Chan Mode Modif for dyn TS
  * vty: mark 'rtp bind-ip' deprecated, not hidden
  * Importing history from osmo-gsm-manuals
  * OsmoBTS: typo x2 ('Objects Classes' -> 'Object Classes')
  * OsmoBTS: fix typos, streamline language style
  * OsmoBTS: s/content of this attribute/this attribute/
  * OsmoBTS: explain IEs marked 'ignored' *and* 'Received'
  * abis/oml.doc: remove duplicate sentence part
  * OsmoBTS: typos
  * OsmoBTS: wording tweak
  * OsmoBTS: hardware support: remove dup, tweak wording
  * Document dynamic channels on Abis, both IPA and Osmocom style
  * OsmoBTS/abis/rsl: fix subtitle for ladder diagram of osmo dyn switchover
  * OsmoBTS/abis/dyn_ts_osmocom_style.msc: adjust PDCH Act ack
  * OsmoBTS/abis/rsl.adoc: fix missing section header
  * OsmoBTS/chapters/dynamic-timeslots.adoc: Remove obsolete links
  * osmobts-usermanual.adoc: fix link to abis.adoc chapter
  * OsmoBTS/chapters/configuration.adoc: fix index numbering
  * OsmoBTS/abis/rsl: cosmetic: 'IPA style'
  * OsmoBTS/abis/rsl: add missing info for Osmocom Dyn Channels
  * make clean: also remove generated image files
  * add 'make check' target
  * OsmoBTS/abis/rsl: combine separate dyn ts sections
  * fix 'make clean': shell glob, ignore failure
  * OsmoBTS/abis/rsl: split dyn TS ladder diagrams to fit on page
  * fix build: abis: re-add dependencies
  * dynamic timeslots: add BSC level config instructions
  * refactor Makefile build rules, don't use the FORCE

  [ Keith Whyte ]
  * log: add error log for RSL Chan Mode Modif
  * fix handling of odd pchans in bts_supports_cm()

  [ Omar Ramadan ]
  * Add OC-2G BTS sources

  [ Max ]
  * osmo-bts-trx: print TRX socket addresses in 'show transceiver'
  * Fix type mismatch
  * Drop unused function
  * Add OsmoBTS control interface description
  * Move RTP AMR doc to top level
  * Add DTX implementation details to RTP AMR
  * Sync DTX FSM with OsmoBTS code

  [ Holger Hans Peter Freyther ]
  * OsmoBTS: Fix the author name and mail address

  [ Jonathan Brielmaier ]
  * fix various typos across all manuals

  [ Daniel Willmann ]
  * Add section about configuring power-ramping
  * OsmoBTS: Print VTY command in fixed-width font
  * OsmoBTS: Fix typo

  [ Alexander Couzens ]
  * OsmoBTS: add vty reference documentation
  * OsmoBTS: generate osmobts-abis.pdf again

  [ Ivaylo Kostov ]
  * BSC,BTS: add diagrams of PCU-BTS-NITB-SGSN relationships

  [ Philipp ]
  * Describe how to run multiple instances of osmo-nitb and osmo-bts

  [ Oliver Smith ]
  * build manuals moved here from osmo-gsm-manuals.git
  * Fix DISTCHECK_CONFIGURE_FLAGS override
  * contrib/jenkins_*.sh: build and publish manuals
  * contrib: fix makedistcheck with disabled systemd

 -- Harald Welte <laforge@gnumonks.org>  Sun, 20 Jan 2019 21:13:37 +0100

osmo-bts (0.8.1) unstable; urgency=medium

  [ Neels Hofmeyr ]
  * cosmetic: dyn TS: clarify rsl_tx_rf_rel_ack() with a switch
  * dyn TS: fix TCH/F_TCH/H_PDCH: properly record release of PDCH TS
  * dyn TS: rx_rf_chan_rel: properly mark PDCH rel when no PCU, clarify
  * dyn TS: clear TCH state upon reconnecting as PDCH
  * cosmetic: dyn TS: clarify chan_nr composition
  * ignore RSL RF CHAN REL for inactive lchans
  * fix RSL Chan Activ Nack messages
  * ip.access dyn ts: properly NACK a PDCH ACT on a still active lchan
  * add/improve various logging around dyn ts
  * dyn TS: be less strict on chan_nr, to allow arbitrary pchan switches

  [ Stefan Sperling ]
  * send a State Changed Event Report when rf is locked/unlocked

  [ Harald Welte ]
  * rsl: log errors when parsing of  encryption information fails
  * rsl: Make channel activation fail if encryption algorithm not supported
  * rsl: Properly NACK CHAN_ACKT / MODE_MODIFY
  * rsl: If CHAN ACT or MODE MODIF fails, send respective NACK
  * osmo-bts-trx: Enable A5/3 cipher support

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 15 May 2018 14:08:47 +0200

osmo-bts (0.8.0) unstable; urgency=medium

  [ Neels Hofmeyr ]
  * vty: skip installing cmds now always installed by default
  * jenkins_common.sh: fix build_bts distcheck for more than one conf_flag
  * fix build: tests/sysmobts: add missing -I$(SYSMOBTS_INCDIR)
  * fix handover: handle_ph_ra_ind(): evaluate ra_ind before msgb_trim()
  * implement support for 3-digit MNC with leading zeros
  * configure: add --enable-werror
  * use osmo_init_logging2() with proper talloc ctx

  [ Pau Espin Pedrol ]
  * lc15: Fix cfg indentation
  * l1sap: Fix abort on big RTP packet received
  * bts-trx: trx_ctrl_cmd: Simplify var assignment logic
  * bts-trx: Avoid enqueueing consecutive duplicate messages to TRX
  * Fix malformed Resource Indication packet
  * debian/control: Remove uneeded dep libosmo-netif-dev
  * jenkins.sh: Disable building doxygen for deps
  * oml.c: Fix use of htons instead of ntohs
  * bts-trx: trx_if.c: Log timedout+retransmitted CMD
  * bts-trx: trx_if.c: trx_ctrl_read_cb: Move error handling to end of func
  * bts-trx: trx_if.c: Improve parsing of received RSP messages from TRX
  * bts-trx: Detect duplicated responses for retransmitted commands
  * gsm_pchan2chan_nr: move warning to pragma message and track issue
  * Remove unused variables
  * bts-trx: scheduler_trx.c: Fix missing header
  * l1sap.c: l1sap_tch_rts_ind: Remove unused variables
  * octphy: octpkt.c: Remove unused static functions
  * vty.c: Remove warning message
  * virtual: l1_if.c: Remove unneeded warning message
  * main.c: bts_main: fix typo in error message
  * l1sap: Validate incoming RTP payload, drop bw-efficient AMR
  * l1sap: Avoid assumption that l1sap is at head of msgb
  * contrib: jenkins_bts_model: Fix bashism expr
  * Include missing headers for osmo_init_logging2
  * common/sysinfo.c: Fix no return on on-void function
  * gsm_data_shared.h: Remove unused enum gsm_paging_event
  * scheduler_trx: Fix signed integer overflow in clock calculations

  [ Harald Welte ]
  * trx: Better be safe than sorry before calling strlen
  * trx: Avoid NULL+1 dereference in trx_ctrl_read_cb()
  * trx: Don't call osmo_fr_check_sid with negative 'rc'
  * trx: Don't assume phy_instance_by_num() returns non-NULL
  * l1sap: fix wrong return value of is_fill_frame()
  * measurement.c: Fix various typos in comments
  * Comments on individual members of struct gsm_abis_mo
  * scheduler: Harmonize log line format; Always print TS name + decoded FN
  * scheduler_trx: L1P is for PH (data), L1M for MPH (control)
  * l1sap: Fix log subsystem: Use DRTP for RTP related bits, L1C for MPH
  * measurment.c: Introduce INFO category for DMEAS logging
  * osmo-bts-octphy: Remove bogus warning about BS_AG_BLKS_RES
  * rsl.c: Log RTP socket related errors as DRTP, not DRSL
  * Put useful information in RTCP SDES.
  * osmo-bts-trx: Fix reported frame number during PRIM_INFO_MEAS
  * DTX: avoid illegal character contained in DTX FSM allocation which causes BTS crash
  * gsm_lchan: remove unused member fields
  * Add 'show (bts|trx|ts|lchan)' commands
  * Print much more information during 'show lchan'
  * vty: don't print "Bound IP / Port" if it isn't bound [yet]
  * osmo-bts: Add talloc context introspection via VTY
  * sysmo: Fix compiler warnings in eeprom.c
  * sysmo+lc15: Add missign include for readv/writev
  * trx: make l1if_fill_meas_res() static
  * RSL: Properly reject RSL CHAN_NR IE for incompatible PCHAN
  * RSL: Ensure we don't accept DCHAN messages for CCHAN
  * osmo-bts-virtual: Shut down gracefully on socket creation failure
  * osmo-bts-virtual: Generate PRIM_INFO_MEAS (with bogus values)
  * Introduce + use LOG/DEBUGP with frame number prefixing/printing
  * osmo-bts-virtual: Make use of LOGL1S() macro for context
  * osmo-bts-virtual: Make sure PRIM_INFO_MEAS have non-zero frame number
  * scheduler.c: Factor out find_sched_mframe_idx() function
  * scheduler: add trx_sched_is_sacch_fn() function
  * Revert "measurement: fix measurement computation"
  * measurement.c: Hand Frame Number into measurement computation
  * l1sap: Pass is_sub from L1 primitive into the Uplink Measurement
  * osmo-bts-trx: Add missing frame number to l1if_process_meas_res()
  * scheduler.c: Print message when burst substitution happens
  * load_indication: Fix start of load indication timer
  * RSL: Implement DELETE INDICATION on AGCH overflow
  * RSL: Send ERROR REPORT on too short/truncated messages + wrong discriminator
  * BTS: add rate_ctr about CCCH (paging, agch, pch)
  * paging: Drop + Log paging requests for non-existant paging groups
  * paging.c: Fix encoding of optional Mobile ID RR PAGING TYPE 1 / 2
  * rsl: Improve ERROR REPORTing
  * paging: Fix encoding of PAGING TYPE 3 Rest Octets
  * RSL IPA DLCX: Avoid null-pointer dereference
  * RSL: Fix encoding of ConnectionID in IPA_DLCX_ACK
  * RSL IPA DLCX: Avoid another null-pointer dereference
  * measurement.c: Fix sdcch4_meas_rep_fn102 / sdcch8_meas_rep_fn102
  * counters: split rach:sent into rach:drop, rach:ho, rach:cs and rach:ps
  * octphy: Remove code duplication for BER / RSSI conversion
  * {sysmo,lc15}: Correctly report BER to L1SAP in INFO_MEAS_IND
  * {sysmo,lc15}: Fix RACH reporting in combined CBCH case
  * split scheduler_mframe.c from scheduler.c
  * measurement: Compute RX{LEV,QUAL}-SUB for SDCCH and non-AMR TCH
  * measurement.c: Don't silently copy "FULL" measurements to "SUB"
  * scheduler: Add missing \n at end of LOG statement
  * Move rach_busy counting above L1SAP
  * RACH decoding: Use BER threshold for RACH ghost detection
  * trx/scheduler: Use integer math for TOA (Timing of Arrival)
  * measurement.c: higher-precision TA/TOA math
  * L1SAP: Increase resolution of reported burst timing
  * measurement: Keep average of high-accurate ToA value in lchan
  * Add high-accuracy ToA value to Uplink Measurement Reports
  * pcu_sock: Discard messages that are too short
  * pcu_sock: Don't overflow the timeslot array
  * pcu_sock: Log an error message and discard PCU primitives for BTS != 0
  * pcu_sock: LOG + drop DATA.req from PCU for non-PDCH timeslot
  * pcu_sock: LOG + drop PCU DATA.req for inactive lchan
  * sysinfo.c: SI1 is optional; Send SI2 at TC=0 if no SI1 exists
  * sysmobts: Compatibility with older firmware versions
  * cosmetic: Document some SI scheduling related function API
  * sysinfo: Fix scheduling of downlink SACCH information
  * gsm_data_shared: Remove unused definitions/members/functions
  * cosmetic: Move agch_queue to sub-structure of gsm_bts_role_bts
  * Get rid of 'struct gsm_bts_role_bts'
  * virtual: Correctly set+report BTS variant in OML attributes
  * Add 'osmo-bts-omldummy' to bring up only OML without RSL
  * fix inverted logic bug in omldummy patch
  * omldummy: Suppress RSL transmission errors
  * debian: Split osmo-bts-virtual from osmo-bts-trx
  * fox chan_nr_is_dchan() for RSL_CHAN_OSMO_PDCH
  * rsl_tx_dyn_pdch_ack: Add missing FRAME_NR information element
  * fix activation of osmocom-style dynamic PDCH as TCH/F or TCH/H

  [ Philipp Maier ]
  * octphy: override firmware version check
  * cosmetic: meas_test: fix section comment
  * cosmetic: tests/Makefile.am: remove excess whitespace
  * cosmetic: tests/power: remove unused var "ret"
  * cosmetic: tests/agch: remove unused var "static_ilv"
  * octphy: l1_oml: check returncode of trx_by_l1h()
  * meas_test: fix header file references
  * rsl: fix double-free in rsl_rx_mode_modif()
  * fix nullpointer deref in rsl_tx_mode_modif_nack()
  * rsl: do not allow MODE MODIFY request with unsupp. codec/rate
  * gsm_data_shared: extend bts feature list with speech codecs
  * octphy: ensure all BTS models set features
  * vty: display bts features in vty command show bts
  * bts: use feature list instead of speech codec table
  * octphy: replace #warning with #pragma message
  * ipac: fix log output
  * rsl: remove unused variable
  * l1_tch: remove dead code
  * cosmetic: remove dead code
  * cosmetic: remove unused variable
  * cosmetic: remove unused variable in osmo-bts-omldummy/main.c
  * octphy: integrate octasics latest header release
  * osmo-bts-trx: perform error concealment for FR frames

  [ Max ]
  * Remove leftover comments and checks
  * Log filenames on L1 errors
  * Add --enable-sanitize configure option
  * Use existing function to obtain TSC
  * Remove BSC-specific parts
  * Print FN delta on L1 errors
  * Move sysmobts-calib into osmo-bts-sysmo
  * Allow specifying sysmocom headers explicitly
  * fix build: tests/misc: missing libosmo-abis and -trau flags
  * Enable optional static builds
  * Remove unneeded LIBOSMOCORE_CFLAGS from tests
  * sysmobts: use proper includes for sbts2050 test
  * Move -I inside *INCDIR variable
  * sysmobts: remove weird default header location
  * sysmobts: move header check to appropriate place
  * CI: drop unused OsmoPCU dependency
  * Enable sanitize for CI tests
  * Add helper to get BCC from BSIC
  * osmo-bts-trx: init nbits to know value
  * osmo-bts-trx: ignore frame offset error on startup

  [ Vadim Yanitskiy ]
  * doc/examples: add CalypsoBTS configuration example
  * common/pcu_sock.c: fix double field assignment
  * scheduler_trx.c: remove ToA (Time of Arrival) hack
  * common/l1sap.c: increase the BTS_CTR_RACH_DROP in RACH BER check
  * common/l1sap.c: increment valid RACH counter after all checks
  * common/l1sap.c: clean up noise / ghost RACH filtering
  * common/l1sap.c: perform noise / ghost filtering for handover RACH
  * common/l1sap.c: limit the minimal ToA for RACH bursts
  * common/vty.c: remove unused variables
  * common/main.c: track talloc NULL contexts by default

  [ Alexander Huemer ]
  * cosmetic: Makefile.am whitespace
  * various Makefile.am: add missing CFLAGS
  * gitignore: add missing entries

  [ Stefan Sperling ]
  * Cosmetic fixes for power ramping code.
  * respond with NACK for non-hopping BTS with multiple ARFCN
  * cosmetic: fix typos in src/common/oml.c
  * return NACK codes instead of errno values from oml_tx_attr_resp()

  [ Alexander Couzens ]
  * pcuif_proto: correct indention of gsm_pcu_if_data
  * pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.h
  * pcuif_proto: add version 8 features

  [ Keith ]
  * osmo-bts-sysmo eeprom.c Restore ability to read/write EEPROM

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Thu, 03 May 2018 17:02:19 +0200

osmo-bts (0.7.0) unstable; urgency=medium

  [ Max ]
  * Use value string check from osmo-ci
  * Support sending SI13 to PCU
  * Support removing SI13 from PCU
  * trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT
  * Check readv() return value to prevent crash
  * OML: print actual type of report sent to BSC
  * Replace dead code
  * vty: print version and description for each phy
  * Remove build dependency on legacy OpenBSC
  * Fix multiple SI2q reception
  * jenkins: remove openbsc dependency
  * sysmo: use clock calibration source wrapper
  * sysmo: don't override clock source with defaults
  * Fix race condition in attribute reporting
  * Move power loop to generic tests
  * Make power test more verbose

  [ Neels Hofmeyr ]
  * vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODE
  * osmo-bts-trx: vty: various fixes of 'write file' and doc
  * jenkins: use osmo-clean-workspace.sh before and after build

  [ Pau Espin Pedrol ]
  * l1sap: Improve log msg when frame diff >1
  * vty: Print string for Administrative state

  [ Harald Welte ]
  * Fix Downlink AMR FSM name to avoid illegal space character
  * update dependencies to latest libosmo-*
  * configure.ac: Fix Mailing list address

 -- Harald Welte <laforge@gnumonks.org>  Sat, 28 Oct 2017 20:53:21 +0200

osmo-bts (0.6.0) unstable; urgency=medium

  [ Holger Hans Peter Freyther ]
  * Initial release.
  * misc: Ignore files generated by a debian packaging build
  * jenkins: Add the build script from jenkins here
  * jenkins: Add the build script from jenkins here
  * sysmobts: Add the barebox boot state reservation
  * sysmobts: Fix eeprom padding before gpg key
  * ci/spatch: Remove the "static" analysis handling
  * oct: Attempt to enable the Octphy for the osmo-bts-oct build
  * debian: Use the header files installed by openbsc-dev
  * build: Do not require more headers from OpenBSC
  * sysmobts: Make reservation for mode/netmask/ip and suc
  * sysmobts: Store a simple network config in the EEPROM as well

  [ Max ]
  * Ensure TRX invariant
  * Use libosmocore function for uplink measurements
  * Fix debug output
  * Fix RTP timestamps in case of DTX
  * Add DTXd support for sysmoBTS and LC15
  * Use libosmocodec for AMR RTP
  * octphy: Use the app. info. defaults as base
  * Fix debug output
  * DTXd: store/repeat last SID
  * DTXd: store/repeat last SID
  * DTXu: mark beginning of speech burst in RTP
  * Fix OML activation
  * TRX: Add vty command to power on/off transceiver
  * TRX: add configuration example
  * Add .gitreview
  * DTX: add support for AMR/HR
  * Move copy-pasted code into common part
  * Use libosmocodec functions for AMR
  * Use error values instead of number for RSL error
  * Clarify logging message
  * Make get_lchan_by_chan_nr globally available
  * DTXu: move copy-pasted code to common part
  * Remove duplicated nibble shift code
  * TRX: add Uplink DTX support for FR/HR
  * Mark array as static const
  * sysmobts: dump PRACH and PTCCH parameters
  * Activate PTCCH UL
  * Fix dsp tracing at phy config
  * octphy: fix build
  * Fill measurements data for L1SAP
  * sysmo: ts_connect: log channel combination name instead of number
  * DTX: fix last SID saving
  * DTX: fix SID repeat scheduling
  * DTX: fix SID logic
  * lc15, sysmo: Use SID_FIRST_P1 to initiate DTX
  * DTX: check Marker bit to send ONSET to L1
  * DTX: remove misleading comment
  * LC15: Clarify msgb ownership / fix memory leaks
  * DTX: move scheduling check inside repeat_last_sid
  * DTX: further AMR SID cache fixes (lc15, sysmo)
  * DTX: move ONSET detection into separate function
  * DTX: send AMR voice alongside with ONSET
  * DTX: fix conversion from fn to ms
  * Move copy-pasted array into shared header
  * DTX DL: use FSM for AMR
  * TRX: fix building with latest DTX changes
  * DTX: fix array size calculation
  * DTX AMR - fix buffer length check
  * Replace magic number with define
  * Fix lc15 build
  * Extend RTP RX callback parameters
  * DTX HR - fix array size calculation
  * Fix DTX DL AMR SIDscheduling logic
  * Add tools to check DTX operation
  * DTX DL: split ONSET state handling
  * Remove obsolete define
  * DTX DL: add AMR HR support to scheduling check
  * DTX fix ONSET handling
  * dtx_check.gawk: Fix false-positives in DTX check
  * Fix tests linking with libosmocodec
  * DTX DL: tighten check for enabled operation
  * DTX: wrap FSM signal dispatching
  * Add libosmocodec for octphy build
  * dtx_check.gawk: add check for repetitive SID FIRST
  * Remove duplicated code
  * Replace link_id constant with define
  * DTX DL AMR: rewrite FSM recursion
  * Remove duplicated code
  * Fix AGCH/PCH proportional allocation
  * TRX: prevent segfault upon phy init
  * DTX: add explicit check if DTX enabled
  * Save RTP metadata in Control Buffer
  * osmo-bts-trx: fix lchan deactivation
  * DTX: fix TS adjustment for ONSET
  * Optionally use adaptive RTP jitter buffering
  * Integrate Debian packaging changes
  * DTX AMR HR: fix inhibition
  * Add copyright for .deb packages
  * Move code to libosmocore
  * Log socket path on error
  * Add Abis OML failure event reporting
  * Alarm on various errors
  * Remove obsolete define TLVP_PRES_LEN
  * scheduler: log lchan on which prim error occured
  * deb: use gsm_data_shared.* from openbsc-dev
  * OML: internalize failure reporting
  * Add ctrl command to send OML alert
  * Fix typo in TCH/H interleaving table
  * Use oml-alert CTRL command for temp report
  * Remove code duplication
  * Handle ctrl cmd allocation failures
  * Check for suitable lchan type when detecting HO
  * osmo-bts-trx: fix scheduling of broken frames
  * Sync protocol with OsmoPCU
  * vty: reduce code duplication
  * Handle TXT indication from OsmoPCU
  * Add MS TO to RSL measurements
  * Signal to BSC when PCU disconnects
  * Prepare for extended SI2quater support
  * Set BTS variant while initializing BTS model
  * Prepare for BTS attribute reporting via OML
  * osmo-bts-trx: use libosmocoding
  * Remove redundant test
  * Implement basic Get Attribute responder
  * Add version to phy_instance
  * OML: fix Coverity-reported issues
  * Re-add version to phy_instance
  * Use systemd template specifiers
  * Place *-mgr config examples according to BTS model
  * lc15: add example systemd service file
  * Extend Get Attribute responder
  * Set and report BTS features
  * Cleanup SI scheduling
  * RSL: receive and send multiple SI2q messages
  * RSL: check for abnormal SI2q values
  * lc15bts-mgr: use extended config file example
  * Move parameter file opening into separate function
  * Move common steps into common jenkins helper
  * lc15: add jenkins helper
  * Use generic L1 headers helper
  * Copy sysmobts.service to osmo-bts-sysmo
  * OML: move BTS number check into separate function
  * lc15: make jenkins helper executable
  * lc15: fix jenkins build
  * Add missing include for abis.h header file
  * RSL: receive and send multiple SI2q messages
  * Use release helper from libosmocore
  * si2q: do not consider count update as error
  * Cleanup example config files
  * Fix .deb build
  * Unify *.service files
  * lc15: cleanup board parameters reading
  * lc15-mgr: update parameter read/write
  * lc15: fix BTS revision and hw options
  * lc15: make default config usable
  * lc15: port lc15bts-mgr changes
  * lc15bts-mgr: separate service file
  * lc15: port lc15bts-mgr dependency changes
  * Simplify jenkins build scripts
  * OML: use fom_hdr while handling attr. request
  * osmo-bts-trx: fix 'osmotrx legacy-setbsic'
  * osmo-bts-trx: remove global variables from loops

  [ Daniel Laszlo Sitzer ]
  * octphy: Update outdated config param name in error message.

  [ Jason DSouza ]
  * Close TRX session before opening new one

  [ Minh-Quang Nguyen ]
  * l1sap.h: fix wrong L1SAP_FN2PTCCHBLOCK calculation according to TS 45.002 Table 6
  * common/abis.c: fix 100% CPU usage after disconnecting OML/RSL link (Bug #1703)
  * LC15: Bring back DSP trace argument
  * LC15: Hardware changes
  * LC15: TRX nominal TX power can be used from EEPROM or from BTS configuration
  * rsl: Fix dropping of LAPDm UA message.
  * LC15: properly handle BS-AG-BLKS-RES as received from BSC

  [ Neels Hofmeyr ]
  * sysmo: add L3 handle to l1prim messages
  * pcu_sock: add pcu_connected() to query PCU availability
  * tests/stubs.c: remove unused stubs
  * fix typo in error message ('at lEast')
  * oml, Set Chan Attr: treat unknown PCHAN types as error
  * dyn PDCH: rsl rx dchan: also log ip.access message names
  * doc: add ladder diagram on dynamic PDCH, add msc-README
  * add missing DSUM entry to bts_log_info_cat
  * fix compiler warning: printf format for sizeof()
  * fix compiler warning: add missing case (PHY_LINK_CONNECTING)
  * fix two compiler warnings: add two opaque struct declarations
  * dyn PDCH: add bts_model_ts_connect() and _disconnect() stubs
  * dyn PDCH: conf_lchans_for_pchan(): handle TCH/F_PDCH
  * dyn PDCH: pcu_tx_info_ind(): handle TCH/F_PDCH in PDCH mode
  * dyn PDCH: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flags
  * dyn PDCH: implement main dyn PDCH logic in common/
  * dyn PDCH: sysmo-bts/oml.c: add ts_connect_as(), absorbing ts_connect() guts
  * dyn PDCH: sysmo: handle TCH/F_PDCH init like TCH/F
  * dyn PDCH: complete for sysmo-bts: implement bts_model_ts_*()
  * error log: two minor clarifications
  * debug log: log lchan state transitions
  * debug log: log TS pchan type on connect
  * fix lc15 build: put src/common/libbts.a left of -losmogsm
  * lc15: add L3 handle to l1prim messages
  * dyn PDCH: lc15: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flags
  * dyn PDCH: lc15: add ts_connect_as(), absorbing ts_connect() guts
  * dyn PDCH: lc15: handle TCH/F_PDCH init like TCH/F
  * dyn PDCH: lc15: complete for litecell15-bts: implement bts_model_ts_*()
  * dyn PDCH: safeguard: exit if nothing pending in dyn_pdch_ts_disconnected()
  * vty: install orphaned trx nominal power command
  * fix compiler warnings: include bts_model.h in phy_link.c
  * fix compiler warning: remove useless 'static' storage class for struct decl
  * fix compiler warning: remove unused variable 'i' in calib_verify()
  * log: osmo-bts-trx: change access burst logs to DEBUG level
  * log: osmo-bts-trx: change PDTCH block logs to DEBUG level
  * osmo-bts-trx: init OML only once by sending AVSTATE_OK with OPSTATE_ENABLED
  * doc: move dyn_pdch.msc to osmo-gsm-manuals.git
  * error log: rsl.c: typo x2
  * info log: l1sap.c: add '0x' to hex output
  * fix compiler warning: msg_utils.c: fn_chk() constify arg
  * fix compiler warning: msg_utils.c: fn_chk() constify arg
  * info log: l1sap.c: add '0x' to hex output
  * error log: rsl.c: typo x2
  * dyn PDCH: code dup: use conf_lchans_as_pchan()
  * prepare dyn TS: split/replace conf_lchans_for_pchan()
  * code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts
  * dyn TS: common TCH/F_TCH/H_PDCH implementation
  * sysmo/oml.c: rename ts_connect() to ts_opstart()
  * dyn TS: implement SysmoBTS specifics
  * lc15/oml.c: rename ts_connect() to ts_opstart()
  * dyn TS: implement litecell15 specifics
  * comment typo: common/l1sap.c
  * log typo: trx_sched_set_pchan()
  * dyn TS: sysmo,lc15: chan_nr_by_sapi(): add missing assertion
  * fix comment in common/l1sap.c, function name changed
  * dyn TS, dyn PDCH: common/l1sap.c: properly notice PDCH
  * dyn PDCH: trx l1_if.c: factor out trx_set_ts_as_pchan() from trx_set_ts()
  * dyn PDCH: complete for trx: implement bts_model_ts_[dis]connect()
  * dyn PDCH: trx l1_if.c: drop fixme, add comment
  * dyn TS: complete for TRX
  * dyn TS: measurement.c: replace fixme with comment
  * sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCH
  * sysmo: fix dyn TS: Revert "Activate PTCCH UL" [in sysmobts]
  * log: l1sap: add 0x to hex output of chan_nr, 5 times
  * dyn TS: measurement: use correct nr of subslots, rm code dup
  * dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detection
  * Fix ip.access style dyn PDCH, broken in 37af36e85eca546595081246aec010fa7f6fd0be
  * common/rsl: move decision whether to chan act ack/nack to common function
  * octphy: fix build: Revert "octphy: fix for multiple trx with more than 1 dsp"
  * octphy: fix build: Revert "octphy: add support for multiple trx ids"
  * octphy: fix build with OCTSDR-OPENBSC-02.07.00-B708: name changed
  * dyn TS: if PCU is not connected, allow operation as TCH
  * log: sysmo,lc15: tweak log about sapi_cmds queue
  * log causing rx event for lchan_lookup errors
  * heed VTY 'line vty'/'bind' command
  * sysmobts_mgr, lc15bts_mgr: fix tall context for telnet vty
  * build: be robust against install-sh files above the root dir
  * configure: check for pkg-config presence
  * jenkins.sh: use osmo-build-dep.sh, log test failures
  * msgb ctx: use new msgb_talloc_ctx_init() in various main()s
  * jenkins-oct.sh: fix build: typo in deps path
  * fix 'osmo-bts-* --version' segfault
  * osmo-bts-trx: remove obsolete include of netif/rtp.h
  * add jenkins_bts_trx.sh
  * add jenkins_oct_and_bts_trx.sh
  * jenkins: add jenkins_bts_model.sh
  * bursts test: test_pdtch: pre-init result mem
  * fix: dyn ts: uplink measurement report
  * fix missing ~ in bit logic for lchan->si.valid in rsl_rx_sacch_inf_mod()
  * SACCH: fix sending of SI with an enum value > 7
  * SACCH SI: assert that SI enum vals fit in bit mask
  * all models: fix vty write: bts_model_config_write_phy
  * jenkins: add value_string termination check
  * Revert "Add version to phy_instance"
  * Revert "RSL: check for abnormal SI2q values"
  * Revert "RSL: receive and send multiple SI2q messages"

  [ Harald Welte ]
  * sysmobts: screnrc/systemd-service: Use osmo-bts-sysmo instead of sysmobts
  * Add .mailmap for mapping mail addresses in shortlog
  * vty: Ensure to not use negative (error) sapi value
  * sysmobts: Add correct nominal transmit power for sysmoBTS 1020
  * sysmobts_eeprom.h: Fix/extend model number definitions
  * Revert "sysmobts: Add correct nominal transmit power for sysmoBTS 1020"
  * tx_power: Change PA calibration tables to use delta vales
  * Add new unit-test for transmit power computation code
  * sysmobts: fully support trx_power_params
  * README: Add general project information and convert to markdown
  * README: update some of the limitations
  * sysmobts: Don't start with 0dBm TRX output power before ramping
  * Remove unusued left-over gsm0503_conv.c
  * scheduler_trx.c: Avoid code duplication for BER10k computation
  * scheduler_trx: Avoid copy+pasting determining CMR from FN
  * rx_tchh_fn(): Avoid copy+pasting formula to determine odd-ness of fn
  * Consistently check for minimum attribute/TLV length in RSL and OML
  * l1sap.c: Add spec reference to link timeout implementation
  * osmo-bts-trx: Remove duplicate parsing of NM_ATT_CONN_FAIL_CRIT
  * vty: Remove command for manual channel activation/deactivation
  * l1_if: Add inline functions to check dsp/fgpa version at runtime
  * sysmobts: Re-order the bit-endianness of every HR codec parameter
  * OML Add osmocom-specific way to deactivate radio link timeout
  * measurement: Remove dead code
  * l1sap.c: Factor out function to limit message queue
  * osmo-bts-sysmo/l1_if.c: PH-DATA.ind belongs to L1P, not L1C
  * l1sap: if lchan is in loopback, don't accept incoming RTP
  * TRX: Use timerfd and CLOCK_MONOTONIC for GSM frame timer (Closes: #2325)
  * Add loopback support for PDTCH
  * TRX: trx_if: Improve code description / comments
  * trx_if: Improve error handling
  * TRX: Rename trx_if_data() -> trx_if_send_burst()
  * TRX: merge/simplify l1_if and trx_if code
  * TRX: don't free l1h in trx_phy_inst_close()
  * l1sap: Don't enqueue PTCCH blocks for loopback
  * TRX: permit transmission of all-zero loopback frames
  * jenkins helpers: some minimal documentation/comments + print errors
  * VIRT-PHY: Initial check-in of a new virtual BTS
  * VIRT-PHY: Fix handling of default values for vty configuration
  * VIRT-PHY: Use IPv4 multicast groups for private / local scope
  * VIRT-PHY: cause BTS to terminate in case of recv()/send() on udp socket returns 0
  * Ensure we don't send dummy UI frames on BCCH for TC=5
  * virt: Don't print NOTICE log message if ARFCN doesn't match
  * VIRT-PHY: Report virtual RACH bursts with plausible burst type
  * scheduler: Fix wrong log subsystem: L1C is L1 *control* not user data
  * VIRT-PHY: Print NOTICE log message from unimplemented stubs
  * TRX / VIRT-PHY: Make check for BCCH/CCCH more specific
  * L1SAP: Print chan_nr and link_id always as hex
  * VIRT-BTS: Support for GPRS
  * L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAP
  * GSMTAP: Don't log fill frames via GSMTAP
  * TRX: Remove bogus extern global variable declarations
  * l1sap/osmo-bts-sysmo: Improve logging
  * TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_link
  * Fix build after recent gsm_bts_alloc() change
  * Treat SIGTERM just like SIGINT in our programs

  [ Tom Tsou ]
  * trx: Add EGPRS tables, sequences, and mappings
  * trx: Add EGPRS coding and decoding procedures
  * trx: Enable EGPRS handling through burst lengths
  * trx: Fix coverity BER calculation NULL dereference

  [ Vadim Yanitskiy ]
  * pcu_sock: use osmo_sock_unix_init() from libosmocore
  * osmo-bts-trx/l1_if.c: use channel combination III for TCH/H
  * scheduler_trx.c: strip unused variable

  [ Mike McTernan ]
  * osmo-bts-trx: Fix PCS1900 operation
  * osmo-bts-trx: log decoder bit errors as DEBUG, not NOTICE

  [ bhargava ]
  * Change interface in osmo-bts for 11 bit RACH
  * Update parameters in osmo-bts-sysmo for 11bit RACH
  * 11bit RACH support for osmo-bts-litecell15
  * Initialize parameters in osmo-trx for 11bit RACH

  [ Philipp ]
  * octphy: Fixing missing payload type in ph. chan. activation
  * octphy: Fixing band selection for ARFCN 0
  * octphy: reintroducing multi-trx support
  * octopy: fixing renamed constant
  * octphy: prevent mismatch between dsp-firmware and octphy headers
  * rsl: improving the log output
  * octphy: multi-trx support: fix AC_CHECK order
  * RSL: drop obsolete NULL check
  * RSL: add assertions to check args of public API
  * OML: fix possible segfault: add NULL check in oml_ipa_set_attr()
  * CTRL: make the CTRL-Interface IP address configurable
  * l1sap: Fix expired rach slot counting
  * l1sap: fix missing 'else's causing wrong rach frame expiry counts
  * octphy: set tx attenuation via VTY
  * octphy: Improve OML ADM state handling

  [ Yves Godin ]
  * DTX: fix 1st RTP packet drop

  [ Alexander Chemeris ]
  * l1sap: Fix use-after-free in loopback mode.
  * vty: Add commands to manually activate/deactivate a channel.
  * trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.
  * rsl: Output RTP stats before closing the socket.
  * osmo-bts-trx: Fix MS power control loop.
  * osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.
  * osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to 4dB.
  * Fix static build of osmo-bts-trx and osmo-bts-virtual.

  [ Jean-Francois Dionne ]
  * DTX: don't always perform AMR HR specific check
  * DTX: fix SID-FIRST detection
  * lc15,sysmobts l1_if: fix memleak in handle_mph_time_ind()
  * sysmo,lc15: fix memory leak at each call placed
  * DTX: fix "unexpected burst" error
  * Fix AMR HR DTX FSM logic.
  * Fix SACCH channel release indication not sent to BSC after location update.
  * Fix RTP duration adjustment not done when speech resumes in DTX mode.

  [ Ruben Undheim ]
  * Fix some spelling errors

  [ Holger Freyther ]
  * Revert "deb: use gsm_data_shared.* from openbsc-dev"

  [ Philipp Maier ]
  * octphy VTY: fix vty write output for octphy's phy section
  * octphy: Fix VTY commands
  * l1sap: fix rach reason (ra) parsing
  * l1sap: fix PTCCH detection
  * octphy: fix usage of wrong define constant
  * octphy: add CBCH support
  * l1sap: improve log output
  * octphy: print log message for multi-trx support
  * octphy: display hint in case of wrongly configured transceiver number
  * octphy: add conditional compilation to support latest octasic header release
  * octphy: set tx/rx antenne IDs via VTY
  * bts: revert trx shutdown order
  * octphy: activate CBCH after all physical channels are activated
  * octphy: align frame number for new firmware versions
  * octphy: ensure that 11 bit rach flag is not set
  * measurement: fix measurement reporting period
  * measurement: make lchan_meas_check_compute() available to l1sap.c
  * measurement: Compute measurement results on measurement idication
  * measurement: exclude idle channels from uplink measurement
  * octphy: integrate channel measurement handling
  * octphy: remove old event control code
  * osmo-bts-sysmo: Include frame number in MEAS IND
  * measurement: fix measurement computation
  * octphy: fix segfault
  * Revert "measurement: exclude idle channels from uplink measurement"
  * sysmobts: normalize frame number in measurement indication
  * measurement: Improve log output
  * measurement: improve log output
  * octphy: improve log output
  * octphy: initalize l1msg and only when needed
  * octphy: initalize nmsg only when needed
  * octphy: remove log output
  * Revert "sysmobts: normalize frame number in measurement indication"
  * osmo-bts-trx: fix missing frame number in MEAS IND
  * osmo-bts-litecell15: Fix missing frame number in MEAS IND
  * Revert "osmo-bts-sysmo: Include frame number in MEAS IND"
  * octphy: complete value strings (octphy_cid_vals)
  * octphy: do not send empty frames to phy
  * osmo-bts-sysmo: Include frame number in MEAS IND
  * measurement: fix measurment report
  * octphy: remap frame number in MEAS_IND
  * octphy: implement support for dynamic timeslots

  [ Ivan Klyuchnikov ]
  * osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second channel (TRX1) of osmo-trx
  * osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance parameters from config file
  * osmo-trx-bts: Fix incorrect bts shutdown procedure in case of abis connection closure
  * osmo-trx-bts: Fix incorrect bts shutdown procedure in case of clock loss from osmo-trx

  [ Ivan Kluchnikov ]
  * oml: Fix incorrect usage of const variable abis_nm_att_tlvdef_ipa

  [ Pau Espin Pedrol ]
  * phy_link: Fix typo in state being printed
  * trx: Allow BTS and TRX to be on different IPs
  * trx: Save osmotrx base-port vty properties
  * sysmo/tch.c: Clean up use of empty buffer
  * litecell15/tch.c: Clean up use of empty buffer
  * Use L1P instead of L1C for TCH logging and allocation
  * Fix annoying trailing whitespace
  * sysmo, litecell15: Make sure all TCH events are triggered
  * sysmo: Remove non longer valid -p option from help
  * Allow passing low link quality buffers to upper layers
  * l1sap.c: Avoid sending RTP frame with empty payload
  * l1sap.c: fn_ms_adj: Add err logging and always return GSM_RTP_DURATION
  * Move dump_gsmtime to libosmocore as osmo_dump_gsmtime
  * Use osmo_dump_gsmtime to log fn across different layers
  * lc15bts-mgr.cfg: Set default vswr to a value inside valid range
  * litecell15: Register in vty limits for paX_pwr
  * lc15: Tweak led colors used in service file
  * lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapi
  * lc15bts-mgr.service: Prepare dirs and sysctls for the process
  * osmo-bts-trx: Enable osmotrx tx-attenuation oml by default
  * osmo-bts-trx: Relax validation to allow TRX data bursts without padding

  [ Sebastian Stumpf ]
  * VIRT-PHY: Added example configurations for openbsc and osmobts.
  * VIRT-PHY: Fixed timeslot in gsmtap-msg on downlink which was always 0.
  * VIRT-PHY: Added test option for fast hyperframe repeat.

 -- Max <msuraev@sysmocom.de>  Fri, 25 Aug 2017 15:16:56 +0200

osmo-bts (0.5.0) unstable; urgency=medium

  * Initial release.

 -- Holger Hans Peter Freyther <holger@moiji-mobile.com>  Fri, 01 Apr 2016 16:13:40 +0200